Yudong Jin
3ea91bda99
fix: Use int instead of float for the example code of log time complexity ( #1164 )
...
* Use int instead of float for the example code of log time complexity
* Bug fixes
* Bug fixes
2024-03-23 02:17:48 +08:00
Nan Lei
300a781fab
Update code comment of quadratic in time_complexity ( #1155 )
2024-03-19 02:28:16 +08:00
Yudong Jin
7f43f92ae9
Bug fixes and improvements ( #1152 )
...
* Update avl_tree.md
* Remove the empty space
* Simplify the heading of the paperbook chapter
* Update hash_map_open_addressing.go to the latest version
* Improvements
2024-03-18 13:34:02 +08:00
codingonion
7ffef7e1d6
update the author info sjinzh
-> codingonion
( #1017 )
...
* update author information
* Update index.md
---------
Co-authored-by: Yudong Jin <krahets@163.com>
2024-01-02 01:25:37 +08:00
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
2023-12-02 06:21:34 +08:00
Spark
2035aa0cf1
feat: iteration & recursion in Zig ( #804 )
...
* iteration & recursion in Zig
* missing part in time_complexity.md (zig)
* build.zig sync
* Update recursion.zig
* Update iteration.zig
---------
Co-authored-by: Yudong Jin <krahets@163.com>
2023-10-24 23:49:13 +08:00
hpstory
e03022d5fb
fix: Polishing code format on linearLogRecur, convert String type to string ( #841 )
2023-10-08 07:33:30 -05:00
krahets
f5dda8d99a
Polish the content
2023-08-21 03:06:53 +08:00
krahets
2626de8d0b
Polish the chapter
...
introduction, computational complexity.
2023-08-20 14:51:39 +08:00
krahets
932d14644d
Polish the content
...
Polish the chapter preface, introduction and complexity anlysis
2023-08-08 23:16:33 +08:00
sjinzh
459449d41a
zig : upgrade codes && rust : add codes for chapter_searching and chapter_dynamic_programming. ( #591 )
...
* zig : update zig codes
* rust : add codes for linear_search and hashing_search
* rust : add codes for linear_search and hashing_search
* rust : add codes for chapter_dynamic_programming
2023-07-10 01:32:12 +08:00
sjinzh
41b7b229a3
upgrade zig codes to 0.11.0-dev.3379+629f0d23b ( #563 )
...
* upgrade zig codes to 0.11.0-dev.3379+629f0d23b
* upgrade zig codes to 0.11.0-dev.3379+629f0d23b
2023-06-25 20:59:00 +08:00
krahets
f6d290d903
Update the comments of bubble sort
...
and insertion sort
2023-05-22 23:05:37 +08:00
Yudong Jin
881d573790
Refactor the articles related to searching algorithm. Add the chapter of binary search. Add the section of searching algorithm revisited. ( #464 )
2023-04-17 18:22:18 +08:00
sjinzh
08b7474894
Update the coding style for Rust and Zig ( #356 )
...
Co-authored-by: Yudong Jin <krahets@163.com>
2023-02-09 23:07:43 +08:00
krahets
ec25970e8e
Update .gitignore
...
Add build script for Zig.
2023-02-09 22:57:25 +08:00
sjinzh
063501068b
Update the coding style for Zig ( #336 )
...
* Update the coding style for Zig
* Update array.rs
2023-02-06 01:14:03 +08:00
Yudong Jin
70dead5cd0
Update worst_best_time_complexity,
...
leetcode_two_sum
2023-02-03 18:53:15 +08:00
sjinzh
3e9edf7115
delete system info output in zig codes
2023-01-11 12:34:54 +08:00
sjinzh
749570da0d
fix bug
2023-01-10 19:44:04 +08:00
sjinzh
a667e71b20
fix bug
2023-01-10 19:29:57 +08:00
sjinzh
2572b83540
update zig codes for Section 'Space Complexity' and 'Space Time Tradeoff'
2023-01-10 17:19:21 +08:00
sjinzh
2d461b03a4
add zig codes for Section 'Space Complexity' and 'Space Time Tradeoff'
2023-01-09 19:31:45 +08:00
sjinzh
b6abf2b092
(PR #217 )update a .gitignore file in the codes/zig dir
2023-01-08 20:38:48 +08:00
sjinzh
678e1a025b
add zig language support
2022-12-28 20:04:39 +08:00