Yudong Jin
|
a005c6ebd3
|
Some improvements (#1073)
* Update avatar's link in the landing page
* Bug fixes
* Move assets folder from overrides to docs
* Reduce figures' corner radius
* Update copyright
* Update header image
* Krahets -> krahets
* Update the landing page
|
9 months ago |
krahets
|
628d8a516b
|
fix binary_search_tree code
|
1 year ago |
krahets
|
b39e79be85
|
Fix remove() in binary search tree.
|
2 years ago |
krahets
|
817b4598d5
|
Fix a comment in binary_search_tree code
|
2 years ago |
krahets
|
145975b335
|
Rename the common modules in Java, C++ and C.
|
2 years ago |
krahets
|
f7ae9c8a02
|
Fix the return type of binary search tree and avl tree
|
2 years ago |
krahets
|
9c9c8b7574
|
Format C++ codes in Clang-Format Style: Microsoft
|
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 |
Yudong Jin
|
2336fe1d50
|
Update the comments in
binary_search_tree and avl_tree.
|
2 years ago |
Yudong Jin
|
3e19205c84
|
Update a comment in binary_search_tree.
|
2 years ago |
Yudong Jin
|
bb657f9517
|
Add destructors to the C++ codes.
|
2 years ago |
Yudong Jin
|
daa28be3e4
|
Merge branch 'master' into binary_search_tree
|
2 years ago |
龚国玮
|
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.
|
2 years ago |
Yudong Jin
|
0e49f0053a
|
Update the format of the file headers
of c, cpp, java, js, ts, swift.
|
2 years ago |
Yudong Jin
|
410c5d6b62
|
Free memory after removing
a node from a LinkedList or TreeNode.
|
2 years ago |
Yudong Jin
|
d2db8b8d60
|
Add C++ code for the chapter binary 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 |
krahets
|
9a861140d8
|
Rearrange the chapters.
Start to translate codes from Java to Python.
|
2 years ago |