Commit Graph

18 Commits (main)

Author SHA1 Message Date
Yudong Jin ddd375af20
feat: Add visualizing code blocks based on the pythontutor (#1029)
10 months ago
Yudong Jin f68bbb0d59
Update the book based on the revised second edition (#1014)
11 months ago
Yudong Jin e720aa2d24
feat: Revised the book (#978)
12 months ago
liuyuxin 82f006372e
fix(Dart): Avoid using num as a variable name (#946)
1 year ago
krahets 9f59c572b5 fine tune
1 year ago
liuyuxin 233e842d63
fix dart code for binary_search_tree (#711)
1 year ago
krahets 628d8a516b fix binary_search_tree code
1 year ago
krahets 63aef4ed08 Fix a figure and latex symbols.
1 year ago
krahets 2626de8d0b Polish the chapter
1 year ago
liuyuxin 0858ab91c0
Add missing Dart codes and fix some errors (#689)
1 year ago
liuyuxin 4325974af1
feat: Add Dart codes for chapter_backtracking and chapter_divide_and_conquer (#680)
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
liuyuxin 541f384e7c
Fix function call error and null safety (#491)
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)
2 years ago
krahets 3f4e32b2b0 Polish the chapter of graph, hashing, appendix
2 years ago
liuyuxin 42c89be785
feat: add dart code for chapter_tree (#448)
2 years ago