krahets
|
628d8a516b
|
fix binary_search_tree code
|
1 year ago |
krahets
|
f7ae9c8a02
|
Fix the return type of binary search tree and avl tree
|
2 years ago |
Yudong Jin
|
1c8b7ef559
|
refactor: Replace 结点 with 节点 (#452)
* Replace 结点 with 节点
Update the footnotes in the figures
* Update mindmap
* Reduce the size of the mindmap.png
|
2 years ago |
reanon
|
8723ca1469
|
feat(tree): add C codes
|
2 years ago |
Yudong Jin
|
daa28be3e4
|
Merge branch 'master' into binary_search_tree
|
2 years ago |
reanon
|
b73ac7bf4b
|
style(go): fix go code style
Make the classes and methods in the package private, in case misuse
|
2 years ago |
Yudong Jin
|
410c5d6b62
|
Free memory after removing
a node from a LinkedList or TreeNode.
|
2 years ago |
龚国玮
|
a5e923a387
|
test(binary_search_tree): update test param
use param value 7, not 5, function test param value with param value in example picture as same.
|
2 years ago |
Yudong Jin
|
ebf9024136
|
Add Go codes to docs, including
the chapter of stack and queue, the chapter of tree.
|
2 years ago |
Yudong Jin
|
431a0f6caf
|
1. Add C++ codes for the chapter of
computational complexity, sorting, searching.
2. Corrected some mistakes.
3. Update README.
|
2 years ago |
reanon
|
913cf38d0b
|
fix(tree): make go code as consistent as possible with java code
|
2 years ago |
reanon
|
2e72ce8eeb
|
feat(tree): add binary search tree in golang
|
2 years ago |