rongyi
017b95f003
Make rust more idomatic ( #1386 )
5 months ago
rongyi
63bcdb798a
[Rust] make rust part more idomatic and fix panic of backtrack template ( #1370 )
...
* Drop unused variable
* Idiomatic rust
* Fix panic template
6 months ago
rongyi
7b1094318b
cargo fmt rust code ( #1131 )
...
* cargo fmt code
* Add empty line to seperate unrelated comments
* Fix review
* Update bubble_sort.rs
* Update merge_sort.rs
---------
Co-authored-by: Yudong Jin <krahets@163.com>
8 months ago
Yudong Jin
f6976978dd
Prepare 1.0.0 release ( #1044 )
...
* Update the book with the thrid revised edition
* Fix a typo
* Update the contributors' information
* Update the mindmap
* Update the version number
10 months ago
codingonion
7ffef7e1d6
update the author info `sjinzh` -> `codingonion` ( #1017 )
...
* update author information
* Update index.md
---------
Co-authored-by: Yudong Jin <krahets@163.com>
11 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
Yudong Jin
e720aa2d24
feat: Revised the book ( #978 )
...
* Sync recent changes to the revised Word.
* Revised the preface chapter
* Revised the introduction chapter
* Revised the computation complexity chapter
* Revised the chapter data structure
* Revised the chapter array and linked list
* Revised the chapter stack and queue
* Revised the chapter hashing
* Revised the chapter tree
* Revised the chapter heap
* Revised the chapter graph
* Revised the chapter searching
* Reivised the sorting chapter
* Revised the divide and conquer chapter
* Revised the chapter backtacking
* Revised the DP chapter
* Revised the greedy chapter
* Revised the appendix chapter
* Revised the preface chapter doubly
* Revised the figures
12 months ago
krahets
5392afd44b
fix several bugs
1 year ago
krahets
f71b2a40da
fix preorder_traversal_iii_compact code
1 year ago
krahets
dd72335235
Format C, C++, C#, Go, Java, Python, Rust code.
1 year ago
krahets
b067016bfa
Update preorder_traversal_iii.
1 year ago
Night Cruising
fdbe275fc9
fix: check the rust codes and fix them ( #653 )
...
* fix: check the rust codes and fix it
* Update binary_tree_bfs.rs
---------
Co-authored-by: Yudong Jin <krahets@163.com>
1 year ago
krahets
bba62bbe75
Fix the code of preorder_traversal_iii_compact
1 year ago
krahets
c54536d1a1
Modify the problem of preorder_traversal_iii
1 year ago
sjinzh
ead33ca863
zig : update codes style && rust : add codes for chapter_backtracking. ( #613 )
...
* zig : update codes style
* rust : add codes for chapter_backtracking
* zig : update codes style
1 year ago
sjinzh
b1f8857212
rust and zig : add codes for chapter_dynamic_programming ( #606 )
...
* rust : add codes for chapter_dynamic_programming
* zig : add codes for chapter_dynamic_programming
* rust : add codes for chapter_backtracking
* Update n_queens.rs
---------
Co-authored-by: Yudong Jin <krahets@163.com>
1 year ago
sjinzh
6733a4843c
rust : add codes for chapter_backtracking ( #594 )
...
* rust : add codes for chapter_backtracking
* Update subset_sum_ii.rs
---------
Co-authored-by: Yudong Jin <krahets@163.com>
1 year ago