Yudong Jin
|
78f71eeacb
|
Bug fixes and improvements (#1252)
* Bug fixes
* Fix the landing page of zh-hant version
* Bug fixes and add an Q&A for chapter_data_structure
* Update the mindmap for zh-hant version
|
7 months ago |
Yudong Jin
|
f68bbb0d59
|
Update the book based on the revised second edition (#1014)
* Revised the book
* Update the book with the second revised edition
* Revise base on the manuscript of the first edition
|
11 months ago |
krahets
|
2626de8d0b
|
Polish the chapter
introduction, computational complexity.
|
1 year 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 |
krahets
|
28f3c98697
|
Fix avl_tree.cpp
|
2 years ago |
krahets
|
300016393b
|
Add code source blocks to the chapter Graph.
Fix "函数" and "方法"
|
2 years ago |
krahets
|
ecbf2d1560
|
1. Add build script for Java.
2. Add height limitation for code blocks in extra.css.
3. Fix "节点" to "结点".
|
2 years ago |
Yudong Jin
|
e1abbcbf23
|
Update #320
|
2 years ago |
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>
|
2 years ago |
Yudong Jin
|
4d01436138
|
Remove avl_tree.cpp to match the latest docs.
|
2 years ago |
Yudong Jin
|
0e49f0053a
|
Update the format of the file headers
of c, cpp, java, js, ts, swift.
|
2 years ago |
mgisr
|
24077ae392
|
fix(avl tree): fix all issue
|
2 years ago |
mgisr
|
e9996b37d6
|
feat(codes/cpp/chapter_tree/avl_tree.cpp): create 'avl_tree.cpp'
|
2 years ago |