krahets
|
628d8a516b
|
fix binary_search_tree code
|
1 year ago |
Reanon
|
575bcf58ef
|
feat(go/tree): support array binary tree (#655)
|
1 year ago |
krahets
|
6f76203dd9
|
Fix some mistakes.
|
1 year ago |
krahets
|
b39e79be85
|
Fix remove() in binary search tree.
|
2 years 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 |
krahets
|
e8c78f89f0
|
Add build script for Go and update Go codes.
|
2 years ago |
Yudong Jin
|
55b65dc806
|
Update binary_search_tree.go
|
2 years ago |
Yudong Jin
|
2da45041b1
|
Update binary_search_tree
|
2 years ago |
Yudong Jin
|
2336fe1d50
|
Update the comments in
binary_search_tree and avl_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 |
Yudong Jin
|
ebf9024136
|
Add Go codes to docs, including
the chapter of stack and queue, the chapter of tree.
|
2 years ago |
reanon
|
67409cdb12
|
fix(tree): amend tree in golang
|
2 years ago |
reanon
|
2e72ce8eeb
|
feat(tree): add binary search tree in golang
|
2 years ago |
reanon
|
07a359484b
|
feat(go): support basic pkg
|
2 years ago |