Commit Graph

  • d027493c36
    Merge branch 'krahets:main' into main qinmu 2024-05-19 22:52:48 +0800
  • 422694cf2c feat: Add PHP Codes for chapter_computational_complexity DoWake 2024-05-19 22:42:06 +0800
  • e1e0668e0f feat: Add PHP Codes for utils DoWake 2024-05-19 22:37:21 +0800
  • 21be3fdaf8
    [Rust] Normalize mid calculation in case overflow (#1363) rongyi 2024-05-18 18:19:19 +0800
  • 0e221540a3
    fix(c): Fix malloc allocation of secondary pointers can lead to dump issues (#1367) Lanjing Gong 2024-05-18 18:17:33 +0800
  • 76ed25e7c2
    Update binary_search_recur.py #1363 Yudong Jin 2024-05-17 18:43:53 +0800
  • b9d3cb1e2c
    Update binary_search_tree.zig Yudong Jin 2024-05-17 18:43:01 +0800
  • 838b93b36f
    Update merge_sort.zig Yudong Jin 2024-05-17 18:42:33 +0800
  • d74b654697
    Update merge_sort.py Yudong Jin 2024-05-17 18:40:45 +0800
  • 9e914f8792
    Update array_deque.cpp #1368 KLYkl 2024-05-17 13:33:46 +0800
  • 5eea66fd50 Change ALL language rongyi 2024-05-16 14:48:01 +0800
  • 787e0e30f9 🐞 fix: 双向队列为空时,pop不操作指向 xiaok29 2024-05-16 10:40:16 +0800
  • db5619be79 fix(c): Fix malloc allocation of secondary pointers can lead to dump issues #1367 Gonglja 2024-05-16 01:29:34 +0800
  • 4785fd675e docs: update Traditional Chinese comments #1365 CarrotDLaw 2024-05-15 19:12:07 +0800
  • 361eaddfb4 deploy krahets 2024-05-15 19:00:33 +0800
  • e434a3343c build krahets 2024-05-15 19:00:27 +0800
  • e72cf6a2ea Sync zh and zh-hant versions krahets 2024-05-15 18:59:04 +0800
  • 678c2ad0df Update what_is_dsa.md krahets 2024-05-15 18:58:48 +0800
  • b77b97c898 Merge branch 'main' into dev krahets 2024-05-15 18:56:49 +0800
  • 4b598b0e6a
    Merge branch 'krahets:main' into main CarrotDLaw 2024-05-15 18:52:23 +0800
  • 9afbc9eda5
    [Rust] Use arrays instead of vectors in Chapter 4.1 Array (#1357) CarrotDLaw 2024-05-15 18:31:48 +0800
  • 840692acce
    Idiomatic rust (#1364) rongyi 2024-05-15 18:16:55 +0800
  • 9e569cf520
    feat: add ruby code - chapter "divide and conquer" (#1361) khoaxuantu 2024-05-15 17:14:15 +0700
  • 6b7acc9e0e Idiomatic rust #1364 rongyi 2024-05-15 15:25:51 +0800
  • 44ddba38a6 Normalize mid calculate in case overflow rongyi 2024-05-14 18:34:22 +0800
  • 3854f6d255 🔧 build: 修改testify依赖包 xiaok29 2024-05-14 12:00:24 +0800
  • 3b96f88503 🧪 test: 添加pop测试用例 xiaok29 2024-05-14 11:54:16 +0800
  • 920556ace4 🐞 fix: 队列为空时不应该操作指向 xiaok29 2024-05-14 11:50:12 +0800
  • df9ae2d5cb feat: add ruby code - chapter "divide and conquer" #1361 khoaxuantu 2024-05-13 23:26:53 +0700
  • 50c1bba4b3 docs: update comments #1357 CarrotDLaw 2024-05-12 16:25:39 +0800
  • 063a41fa7f
    [Rust] No need to use mut iter (#1356) rongyi 2024-05-12 14:49:25 +0800
  • ebff1cce9f
    Stick with swap (#1352) rongyi 2024-05-11 17:59:44 +0800
  • 7a96f6a743
    Fix panic when array's len is less than 2 (#1353) rongyi 2024-05-11 17:59:11 +0800
  • f2dc4dacfb
    fix: Modify some formulas in number_encoding.md to enhance readability #1359 Rubu Jam 2024-05-11 08:11:17 +0000
  • 9514990180
    fix: Modify some formulas in `number_encoding.md` to enhance readability Rubu Jam 2024-05-11 07:44:18 +0000
  • afa4986ac3 Bug fixes krahets 2024-05-11 15:30:33 +0800
  • 3bf353809e feat: translate hash_map.md to English qinmu 2024-05-10 21:09:06 +0800
  • 98f2d7b369 Update iter #1356 rongyi 2024-05-10 18:27:25 +0800
  • cc959387be fix: update slices CarrotDLaw 2024-05-10 18:13:45 +0800
  • af26bbc8ea docs: update comments CarrotDLaw 2024-05-10 18:06:11 +0800
  • 167a2928a5 docs: update comments CarrotDLaw 2024-05-10 18:04:11 +0800
  • 665b61bfa2 docs: update comments CarrotDLaw 2024-05-10 18:03:09 +0800
  • 7a9c4dfdc5
    Merge branch 'krahets:main' into main CarrotDLaw 2024-05-10 17:56:42 +0800
  • 58790638f7 [Rust] Use array in chapter 4.1 CarrotDLaw 2024-05-10 17:56:15 +0800
  • 521be52e39 No need to use mut iter rongyi 2024-05-10 17:10:21 +0800
  • 280b29d4bb Fix panic when array's len is less than 2 #1353 rongyi 2024-05-09 20:27:18 +0800
  • 972f9a1e66 Stick with swap #1352 rongyi 2024-05-09 14:36:46 +0800
  • 1f606d6852
    feat: add ruby codes - chapter greedy (#1350) khoaxuantu 2024-05-08 17:38:35 +0700
  • 56a165bf98
    cargo fmt code (#1349) rongyi 2024-05-08 18:37:38 +0800
  • a3e2819716 feat: add ruby codes - chapter greedy #1350 khoaxuantu 2024-05-07 22:02:27 +0700
  • 2c70dcd621 Bug fixes krahets 2024-05-07 17:48:18 +0800
  • 5a2b679c34 deploy krahets 2024-05-07 16:35:27 +0800
  • bd54cd096b build krahets 2024-05-07 16:35:22 +0800
  • 6f1a40c99c cargo fmt code #1349 rongyi 2024-05-07 15:59:32 +0800
  • 6b788141fe preorder, inorder, postorder -> pre-order, in-order, post-order krahets 2024-05-06 14:54:23 +0800
  • c4a7966882
    Bug fixes and improvements (#1348) Yudong Jin 2024-05-06 14:44:48 +0800
  • d6167ce519 Fix the figure labels for EN version #1348 krahets 2024-05-06 14:41:05 +0800
  • 885877f818 deploy krahets 2024-05-06 14:40:42 +0800
  • 5c7d2c7f17 build krahets 2024-05-06 14:40:36 +0800
  • f111249e0c Merge branch 'main' into dev krahets 2024-05-06 13:32:19 +0800
  • 8e60d12151
    Add the initial EN translation for C++ code (#1346) Yudong Jin 2024-05-06 13:31:46 +0800
  • 44f13c9cd2 Add the initial EN translation for C++ code #1346 krahets 2024-05-06 13:29:12 +0800
  • 9e4017b3fb
    Update heap.md (#1344) popozhu 2024-05-06 05:32:23 +0800
  • 3572f39b25 deploy krahets 2024-05-06 05:27:15 +0800
  • 7e7eb6047a build krahets 2024-05-06 05:27:10 +0800
  • 3947dc1e9c Merge branch 'main' into dev krahets 2024-05-06 05:22:31 +0800
  • 1c0f350ad6
    translation: Add Python and Java code for EN version (#1345) Yudong Jin 2024-05-06 05:21:51 +0800
  • 3c365a2777 Add Python and Java code for EN version #1345 krahets 2024-05-06 05:18:50 +0800
  • 7e6e729e68 Remove krahets 2024-05-06 04:52:54 +0800
  • 4596293e97 revert krahets 2024-05-06 04:26:00 +0800
  • 84be4d7595 test krahets 2024-05-06 04:16:22 +0800
  • 6744a50e68 Add the intial translation of code of all the languages krahets 2024-05-06 04:12:05 +0800
  • e2d6dc2368 Bug fixes krahets 2024-05-06 03:56:37 +0800
  • 1582a59927
    Update heap.md #1344 popozhu 2024-05-05 16:27:52 +0800
  • 7c3641c981 Fix EN figures krahets 2024-05-05 03:02:56 +0800
  • 689db9d610 deploy krahets 2024-05-04 19:57:08 +0800
  • 2395804410 build krahets 2024-05-04 19:57:03 +0800
  • d1f307e547 Bug fixes krahets 2024-05-04 19:56:43 +0800
  • d61838a4eb Sync zh and zh-hant versions. krahets 2024-05-04 19:28:48 +0800
  • 7fdce365df Merge branch 'main' into dev krahets 2024-05-04 19:25:54 +0800
  • b5e198db7d
    Add intial translation of the figures for the rest of the chapters (#1340) Yudong Jin 2024-05-04 19:24:41 +0800
  • 9968e794e0 Add intial translation of the figures for the rest of the chapters #1340 krahets 2024-05-04 19:19:35 +0800
  • 22bb934a72 Add intial translation of the figures for the chapters of dynamic programming, greedy krahets 2024-05-04 19:09:47 +0800
  • 2092ebb9fd Add intial translation of the figures for the chapters of backtracking, divide and conquer, appendix krahets 2024-05-04 19:08:57 +0800
  • 3b6604e68e Add intial translation of the figures for the chapters of graph, searching, and sorting krahets 2024-05-04 19:06:20 +0800
  • 94e4090e90 Add intial translation of the figures for the chapters of hashing, tree, and graph krahets 2024-05-04 19:04:44 +0800
  • 0047934042
    Update the EN figures for the chapter of preface, introduction, complexity analysis, data structure, array and linked list, stack and queue (#1335) Yudong Jin 2024-05-04 18:58:20 +0800
  • a45cca2899 Update the EN figures for the chapter of preface, introduction, complexity analysis, data structure, array and linked list, stack and queue #1335 krahets 2024-05-04 18:56:02 +0800
  • 02be05b089 Fix heap_sort_step1.png krahets 2024-05-03 20:45:06 +0800
  • a9ae5d6c5f Merge branch 'main' into dev krahets 2024-05-03 20:44:49 +0800
  • cac10b07a1
    Translation: Update binary_tree.md (#1287) K3v123 2024-05-03 23:50:36 +1200
  • aebaa3ef02
    translation: Update hash_collision.md (#1153) cyyy 2024-05-03 07:50:20 -0400
  • 47c71a4aa6
    Update hash_collision.md #1153 Yudong Jin 2024-05-03 19:49:12 +0800
  • cb32c525e7
    feat: Add Ruby code - chapter "Sorting" (#1333) khoaxuantu 2024-05-03 18:46:42 +0700
  • b05a0b8443
    Update radix_sort.rb #1333 Yudong Jin 2024-05-03 19:43:32 +0800
  • a6be0ffdc3
    Update graph_traversal.md (#1334) Hongting Su 2024-05-03 21:41:50 +1000
  • ee67d3e6a7
    Maintain the same semantics as other languages in n_queens.go (#1329) huangjikun 2024-05-03 19:40:59 +0800
  • 85edeed4eb
    Update graph_traversal.md #1334 Hongting Su 2024-05-03 19:11:36 +1000
  • 06c288d197 feat: add ruby code - chapter sorting khoaxuantu 2024-05-03 01:14:45 +0700
  • 9e616b81af Fix zh-hant/biary_tree_dfs.png krahets 2024-05-02 19:31:39 +0800