Commit Graph

  • 124c7ce24d build krahets 2024-05-31 12:45:17 +0800
  • e0467b692d Sync zh and zh-hant versions krahets 2024-05-31 12:44:10 +0800
  • d5b0e2f457 Add @khoaxuantu to the landing page. krahets 2024-05-31 12:43:55 +0800
  • 062a350b37 Merge branch 'main' into dev krahets 2024-05-31 12:35:50 +0800
  • a704c0d7f2
    feat: finalize ruby code transpilation (#1379) khoaxuantu 2024-05-31 11:30:55 +0700
  • c8e73db38b feat: finalize ruby code transpilation khoaxuantu 2024-05-30 22:25:37 +0700
  • a14be17b74
    [feat] add ruby code - chapter dynamic programming (#1378) khoaxuantu 2024-05-30 16:11:56 +0700
  • 731379d79f [feat] add ruby code - chapter dynamic programming khoaxuantu 2024-05-29 23:49:12 +0700
  • 29c1972ec2 Update performance_evaluation.md and time_complexity.md krahets 2024-05-27 17:08:05 +0800
  • 68f24d3fb7 fix space issue Deming Chu 2024-05-24 18:51:09 +1000
  • 63bcdb798a
    [Rust] make rust part more idomatic and fix panic of backtrack template (#1370) rongyi 2024-05-24 16:21:17 +0800
  • 3991ca7b30 Sync zh and zh-hant versions. krahets 2024-05-24 16:12:32 +0800
  • 1a7a8ac395 deploy krahets 2024-05-24 16:12:23 +0800
  • 6bac0db1c4 build krahets 2024-05-24 16:12:17 +0800
  • 19503bab42 Merge branch 'main' into dev krahets 2024-05-24 15:42:52 +0800
  • aa818945f0
    feat: Add Ruby code - chapter "Backtracking" (#1373) khoaxuantu 2024-05-24 14:41:40 +0700
  • a25dce3e77 feat: translate data_structure/summary to English Deming Chu 2024-05-24 17:41:16 +1000
  • 550b4c4e6f chore: remove redundant line qinmu 2024-05-22 18:24:00 +0800
  • 231e853219 feat: add ruby code block - chapter backtracking khoaxuantu 2024-05-22 10:29:54 +0700
  • 906824ce11 [feat] add ruby code - chapter backtracking khoaxuantu 2024-05-22 01:13:49 +0700
  • e53eef6930 Fix panic template rongyi 2024-05-20 15:26:41 +0800
  • 282d882d53 Idiomatic rust rongyi 2024-05-20 15:26:21 +0800
  • b0d6ac58f1 Drop unused variable rongyi 2024-05-20 14:42:34 +0800
  • 5634c072bd doc: remove redundant lines and polish words qinmu 2024-05-19 23:14:03 +0800
  • 2f8572fd4f feat: Add PHP Codes for chapter_stack_and_queue DoWake 2024-05-19 23:06:03 +0800
  • 70df1515c1 feat: Add PHP Codes for chapter_array_and_linkedlist DoWake 2024-05-19 22:54:54 +0800
  • 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 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 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 Gonglja 2024-05-16 01:29:34 +0800
  • 4785fd675e docs: update Traditional Chinese comments 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 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" khoaxuantu 2024-05-13 23:26:53 +0700
  • 50c1bba4b3 docs: update comments 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 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 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 rongyi 2024-05-09 20:27:18 +0800
  • 972f9a1e66 Stick with swap 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 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 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 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 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 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 popozhu 2024-05-05 16:27:52 +0800