Commit Graph

1202 Commits (8a6ce26f6a6bdc7897b366bc70ada4bcb4c5e235)

Author SHA1 Message Date
rongyi 8a6ce26f6a
idiomatic rust (#1485)
3 months ago
ZhongYuuu 6b2c38cae4
[cpp] Stick with swap (#1474)
3 months ago
Rui 2758e06374
remove unnecessary type conversions (#1411)
4 months ago
Flamingo 4190eca41a
fix(Go): code comment error (#1404)
5 months ago
rongyi 017b95f003
Make rust more idomatic (#1386)
5 months ago
nil 0774920d7f
fix(Go): Update array_queue.go and array_deque.go (#1362)
6 months ago
Yudong Jin 3f4220de81
Bug fixes and improvements (#1380)
6 months ago
khoaxuantu a14be17b74
[feat] add ruby code - chapter dynamic programming (#1378)
6 months ago
rongyi 63bcdb798a
[Rust] make rust part more idomatic and fix panic of backtrack template (#1370)
6 months ago
khoaxuantu aa818945f0
feat: Add Ruby code - chapter "Backtracking" (#1373)
6 months ago
rongyi 21be3fdaf8
[Rust] Normalize mid calculation in case overflow (#1363)
6 months ago
Lanjing Gong 0e221540a3
fix(c): Fix malloc allocation of secondary pointers can lead to dump issues (#1367)
6 months ago
CarrotDLaw 9afbc9eda5
[Rust] Use arrays instead of vectors in Chapter 4.1 Array (#1357)
6 months ago
rongyi 840692acce
Idiomatic rust (#1364)
6 months ago
khoaxuantu 9e569cf520
feat: add ruby code - chapter "divide and conquer" (#1361)
6 months ago
rongyi 063a41fa7f
[Rust] No need to use mut iter (#1356)
6 months ago
rongyi ebff1cce9f
Stick with swap (#1352)
6 months ago
rongyi 7a96f6a743
Fix panic when array's len is less than 2 (#1353)
6 months ago
khoaxuantu 1f606d6852
feat: add ruby codes - chapter greedy (#1350)
6 months ago
rongyi 56a165bf98
cargo fmt code (#1349)
6 months ago
Yudong Jin c4a7966882
Bug fixes and improvements (#1348)
6 months ago
khoaxuantu cb32c525e7
feat: Add Ruby code - chapter "Sorting" (#1333)
7 months ago
huangjikun ee67d3e6a7
Maintain the same semantics as other languages in n_queens.go (#1329)
7 months ago
Martin Xu 59d07264fc
feat: add ruby code block - bucket sort (#1285)
7 months ago
洪鈞閔 ( jasper ) 68f3a453e1
feat: add ruby code block - merge sort (#1260)
7 months ago
洪鈞閔 ( jasper ) 3f857db457
feat: add ruby code block - heap sort (#1261)
7 months ago
Yudong Jin 870e3e5cb2
Bug fixes and improvements (#1318)
7 months ago
huangjikun 84b1ce2497
Fix incorrect method name in permutations_ii.go (#1313)
7 months ago
bluebean-cloud a3950e1def
feat: Add ruby codes - chapter "Heap" (#1300)
7 months ago
Yudong Jin cfc273783b
feat: Add glossary and description for "哈希集合" (#1310)
7 months ago
rongyi a88c7b9862
Change remove to pop (#1309)
7 months ago
khoaxuantu 9e7fbf249f
feat: add ruby code - chapter graph (#1303)
7 months ago
Shyam Chen 1a99dd420f
feat(JavaScript): Add the workflow file for CI check (#1296)
7 months ago
huangjikun 54ced94e4f
Fix incorrect indexes in two_sum.go (#1297)
7 months ago
Yudong Jin f616dac7da
Bug fixes and improvements (#1298)
7 months ago
Shyam Chen 587344da62
feat(TypeScript): Add the workflow file for CI check (#1280)
7 months ago
cy-by-side 499419e4ce
Create quick_sort.rb (#1223)
7 months ago
khoaxuantu 19488b13c4
feat: add ruby codes - chapter tree (#1288)
7 months ago
khoaxuantu be9931c8a1
feat: Add Ruby code - chapter "Hashing" (#1276)
7 months ago
nuquist19 2b11639103
fix(C): Update common.h (#1278)
7 months ago
Yudong Jin d484b08c15
Prepare 1.1.0 release (#1274)
7 months ago
jiawenshi 16942dfe32
fix(C): fix the array initialization in coin_change.c (#1277)
7 months ago
curtishd 4d9bbe72e1
Improve the consistency between code and comments in Kotlin (#1268)
7 months ago
bluebean-cloud 92337671a6
feat: Add Ruby code - chapter "Searching" (#1262)
7 months ago
Lanjing Gong aca850244b
fix(C): fix array_hash_map.c and bucket_sort.c (#1272)
7 months ago
cy-by-side 49e6a208f6
Create insertion_sort.rb (#1222)
7 months ago
khoaxuantu 6404a53fc6
chore: update driver code (#1265)
7 months ago
curtishd a3ee733e7b
fix(Kotlin): Remove empty lines (#1264)
7 months ago
echoless 30fd4ef646
添加for循环的花括号以增加可读性和可维护性 (#1249)
7 months ago
curtishd 1623e3c6a8
feat(Kotlin): Replace `value` with `_val` (#1254)
7 months ago