Gonglja
567497a6b8
Add cpp codes cmake build method ( #419 )
...
* feat(codes/cpp): Add cmake build method
* feat(codes/cpp): Modify the cpp support version to c++17
* feat(codes/cpp): fix graph_adjacency_list.cpp cannot be compiled into an executable
* style(codes/cpp): Adjust the code to enhance compatibility.
* feat(codes/cpp): Change cpp version from 17 to 11.
2023-03-14 20:40:33 +08:00
krahets
7238c560d1
Update binary_tree_bfs codes
2023-02-15 03:36:22 +08:00
krahets
300016393b
Add code source blocks to the chapter Graph.
...
Fix "函数" and "方法"
2023-02-10 01:04:26 +08:00
krahets
ecbf2d1560
1. Add build script for Java.
...
2. Add height limitation for code blocks in extra.css.
3. Fix "节点" to "结点".
2023-02-07 04:43:52 +08:00
Yudong Jin
e1abbcbf23
Update #320
2023-02-04 15:58:39 +08:00
Leo.Cai
e5ae3e1cab
add avl tree and heap part cpp code ( #320 )
...
* 将avl_tree翻译成c++代码(文档明天补)
* markdown翻译了
* avl_tree.cpp翻译了
* 堆的cpp翻译
* modify the code format
* Update heap.md
---------
Co-authored-by: Yudong Jin <krahets@163.com>
2023-02-04 15:53:58 +08:00
Yudong Jin
2336fe1d50
Update the comments in
...
binary_search_tree and avl_tree.
2023-01-17 01:53:12 +08:00
Yudong Jin
3e19205c84
Update a comment in binary_search_tree.
2023-01-15 15:43:06 +08:00
Yudong Jin
bb657f9517
Add destructors to the C++ codes.
2023-01-14 19:52:11 +08:00
Yudong Jin
daa28be3e4
Merge branch 'master' into binary_search_tree
2023-01-10 13:30:38 +08:00
龚国玮
96d54bff3a
test(binary_search_tree): update test param all the language
...
use param value 7, not 5. function test param value with param value in example picture as same.
2023-01-10 12:16:02 +08:00
Yudong Jin
4d01436138
Remove avl_tree.cpp to match the latest docs.
2023-01-09 02:30:10 +08:00
Yudong Jin
dcc3b2e35b
Optimize arrToTree function
...
in java, cpp, py, go, js, ts.
2023-01-08 19:03:22 +08:00
Yudong Jin
0e49f0053a
Update the format of the file headers
...
of c, cpp, java, js, ts, swift.
2023-01-06 03:39:19 +08:00
Yudong Jin
410c5d6b62
Free memory after removing
...
a node from a LinkedList or TreeNode.
2023-01-02 19:53:55 +08:00
Yudong Jin
449258f0b0
Add the code to the docs.
2022-12-27 19:33:58 +08:00
mgisr
24077ae392
fix(avl tree): fix all issue
2022-12-04 08:22:37 +08:00
mgisr
e9996b37d6
feat(codes/cpp/chapter_tree/avl_tree.cpp): create 'avl_tree.cpp'
2022-12-03 17:15:51 +08:00
Yudong Jin
3fc3475af4
NULL to nullptr
2022-11-29 03:21:02 +08:00
Yudong Jin
d2db8b8d60
Add C++ code for the chapter binary tree.
2022-11-29 02:21:49 +08:00
Yudong Jin
431a0f6caf
1. Add C++ codes for the chapter of
...
computational complexity, sorting, searching.
2. Corrected some mistakes.
3. Update README.
2022-11-27 04:19:16 +08:00
krahets
9a861140d8
Rearrange the chapters.
...
Start to translate codes from Java to Python.
2022-11-25 02:04:38 +08:00