krahets
8655c7b3ca
Update n_queens_problem.md
2024-07-30 16:34:31 +08:00
krahets
0f865d2727
Update the definition of "adaptive sorting".
2024-07-29 21:16:16 +08:00
Gaya-Khelili
194efe574b
@issue : #1450 ( #1453 )
...
Fix writing "obsecure" to "obscure"
Co-authored-by: Gaya <kheliligaya@gmail.com>
2024-07-26 16:29:25 +08:00
krahets
9fbb16e8a1
Small improvements
2024-07-17 17:30:28 +08:00
krahets
12e31bd47e
Sync zh and zh-hant versions.
2024-06-13 15:46:32 +08:00
krahets
3494e1d2ba
Add @ khoaxuantu to the landing page of zh-hant and en versions.
2024-05-31 16:32:39 +08:00
krahets
e0467b692d
Sync zh and zh-hant versions
2024-05-31 12:44:10 +08:00
krahets
d5b0e2f457
Add @khoaxuantu to the landing page.
2024-05-31 12:43:55 +08:00
krahets
062a350b37
Merge branch 'main' into dev
2024-05-31 12:35:50 +08:00
khoaxuantu
a704c0d7f2
feat: finalize ruby code transpilation ( #1379 )
2024-05-31 12:30:55 +08:00
khoaxuantu
a14be17b74
[feat] add ruby code - chapter dynamic programming ( #1378 )
2024-05-30 17:11:56 +08:00
krahets
29c1972ec2
Update performance_evaluation.md and time_complexity.md
2024-05-27 17:08:05 +08:00
rongyi
63bcdb798a
[Rust] make rust part more idomatic and fix panic of backtrack template ( #1370 )
...
* Drop unused variable
* Idiomatic rust
* Fix panic template
2024-05-24 16:21:17 +08:00
krahets
3991ca7b30
Sync zh and zh-hant versions.
2024-05-24 16:12:32 +08:00
krahets
19503bab42
Merge branch 'main' into dev
2024-05-24 15:42:52 +08:00
khoaxuantu
aa818945f0
feat: Add Ruby code - chapter "Backtracking" ( #1373 )
...
* [feat] add ruby code - chapter backtracking
* feat: add ruby code block - chapter backtracking
2024-05-24 15:41:40 +08:00
rongyi
21be3fdaf8
[Rust] Normalize mid calculation in case overflow ( #1363 )
...
* Normalize mid calculate in case overflow
* Change ALL language
* Update merge_sort.py
* Update merge_sort.zig
* Update binary_search_tree.zig
* Update binary_search_recur.py
---------
Co-authored-by: Yudong Jin <krahets@163.com>
2024-05-18 18:19:19 +08:00
Lanjing Gong
0e221540a3
fix(c): Fix malloc allocation of secondary pointers can lead to dump issues ( #1367 )
2024-05-18 18:17:33 +08:00
krahets
e72cf6a2ea
Sync zh and zh-hant versions
2024-05-15 18:59:04 +08:00
krahets
678c2ad0df
Update what_is_dsa.md
2024-05-15 18:58:48 +08:00
krahets
b77b97c898
Merge branch 'main' into dev
2024-05-15 18:56:49 +08:00
CarrotDLaw
9afbc9eda5
[Rust] Use arrays instead of vectors in Chapter 4.1 Array ( #1357 )
...
* [Rust] Use array in chapter 4.1
* docs: update comments
* docs: update comments
* docs: update comments
* fix: update slices
* docs: update comments
2024-05-15 18:31:48 +08:00
rongyi
840692acce
Idiomatic rust ( #1364 )
2024-05-15 18:16:55 +08:00
khoaxuantu
9e569cf520
feat: add ruby code - chapter "divide and conquer" ( #1361 )
2024-05-15 18:14:15 +08:00
rongyi
063a41fa7f
[Rust] No need to use mut iter ( #1356 )
...
* No need to use mut iter
* Update iter
2024-05-12 14:49:25 +08:00
rongyi
ebff1cce9f
Stick with swap ( #1352 )
2024-05-11 17:59:44 +08:00
rongyi
7a96f6a743
Fix panic when array's len is less than 2 ( #1353 )
2024-05-11 17:59:11 +08:00
krahets
afa4986ac3
Bug fixes
2024-05-11 15:30:33 +08:00
khoaxuantu
1f606d6852
feat: add ruby codes - chapter greedy ( #1350 )
2024-05-08 18:38:35 +08:00
rongyi
56a165bf98
cargo fmt code ( #1349 )
2024-05-08 18:37:38 +08:00
krahets
2c70dcd621
Bug fixes
2024-05-07 17:48:18 +08:00
krahets
6b788141fe
preorder, inorder, postorder -> pre-order, in-order, post-order
2024-05-06 14:54:23 +08:00
Yudong Jin
c4a7966882
Bug fixes and improvements ( #1348 )
...
* Add "reference" for EN version. Bug fixes.
* Unify the figure reference as "the figure below" and "the figure above".
Bug fixes.
* Format the EN markdown files.
* Replace "" with <u></u> for EN version and bug fixes
* Fix biary_tree_dfs.png
* Fix biary_tree_dfs.png
* Fix zh-hant/biary_tree_dfs.png
* Fix heap_sort_step1.png
* Sync zh and zh-hant versions.
* Bug fixes
* Fix EN figures
* Bug fixes
* Fix the figure labels for EN version
2024-05-06 14:44:48 +08:00
Yudong Jin
8e60d12151
Add the initial EN translation for C++ code ( #1346 )
2024-05-06 13:31:46 +08:00
popozhu
9e4017b3fb
Update heap.md ( #1344 )
2024-05-06 05:32:23 +08:00
Yudong Jin
1c0f350ad6
translation: Add Python and Java code for EN version ( #1345 )
...
* Add the intial translation of code of all the languages
* test
* revert
* Remove
* Add Python and Java code for EN version
2024-05-06 05:21:51 +08:00
Yudong Jin
b5e198db7d
Add intial translation of the figures for the rest of the chapters ( #1340 )
2024-05-04 19:24:41 +08:00
Yudong Jin
0047934042
Update the EN figures for the chapter of preface, introduction, complexity analysis, data structure, array and linked list, stack and queue ( #1335 )
2024-05-04 18:58:20 +08:00
K3v123
cac10b07a1
Translation: Update binary_tree.md ( #1287 )
...
* Translation: Update binary_tree.md
simplified some parts while others added a few words to make it clearer
* translation: Update binary_tree.md
edited most of the stuff that QiLOL has suggestion, again thanks QiLOL for the review
* translation: Update binary_tree.md
changed to simpler words instead.
Did not update the 2nd part, as I'm waiting for Khrahets to make the final decision
2024-05-03 19:50:36 +08:00
cyyy
aebaa3ef02
translation: Update hash_collision.md ( #1153 )
...
* 1
* Move `docs-en` to `en/docs`
* Revert the moving operation
* 1
* Update hash_collision.md
---------
Co-authored-by: krahets <krahets@163.com>
2024-05-03 19:50:20 +08:00
khoaxuantu
cb32c525e7
feat: Add Ruby code - chapter "Sorting" ( #1333 )
...
* feat: add ruby code - chapter sorting
* Update radix_sort.rb
---------
Co-authored-by: Yudong Jin <krahets@163.com>
2024-05-03 19:46:42 +08:00
Hongting Su
a6be0ffdc3
Update graph_traversal.md ( #1334 )
...
The implementation uses hash set to store all visited vertices instead of hash table. Change the description text from "hash table" to "hash set"
2024-05-03 19:41:50 +08:00
huangjikun
ee67d3e6a7
Maintain the same semantics as other languages in n_queens.go ( #1329 )
2024-05-03 19:40:59 +08:00
Yudong Jin
d2d49551e3
Bug fixes for the figures of zh-hant version. ( #1327 )
...
Reduce image file size by ~10%.
2024-05-01 17:59:23 +08:00
Yudong Jin
354b81cb6c
Add "reference" for EN version. Bug fixes. ( #1326 )
2024-05-01 06:49:33 +08:00
Yudong Jin
bb511e50e6
Add the initial translation of chapter "greedy" ( #1320 )
2024-05-01 05:57:39 +08:00
Yudong Jin
316b0e9215
Add the initial translation of chapter "appendix" ( #1325 )
2024-05-01 05:57:29 +08:00
Yudong Jin
baf30b1c92
Add the initial translation of chapter "dynamic programming" ( #1319 )
2024-05-01 05:57:15 +08:00
Yudong Jin
3eb929ca6d
Add the initial translation of chapter "backtracking" ( #1323 )
2024-05-01 05:57:01 +08:00
Yudong Jin
3bd416600e
translation: Add the initial translation of chapter "divide and conquer" ( #1322 )
...
* Add the initial translation of chapter "divide and conquer"
* Update index.md
* Update summary.md
* Update index.md
* Update summary.md
2024-05-01 05:56:54 +08:00