krahets
e2d6dc2368
Bug fixes
2024-05-06 03:56:37 +08:00
krahets
7c3641c981
Fix EN figures
2024-05-05 03:02:56 +08:00
krahets
d1f307e547
Bug fixes
2024-05-04 19:56:43 +08:00
krahets
d61838a4eb
Sync zh and zh-hant versions.
2024-05-04 19:28:48 +08:00
krahets
7fdce365df
Merge branch 'main' into dev
2024-05-04 19:25:54 +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
krahets
02be05b089
Fix heap_sort_step1.png
2024-05-03 20:45:06 +08:00
krahets
a9ae5d6c5f
Merge branch 'main' into dev
2024-05-03 20:44:49 +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
krahets
9e616b81af
Fix zh-hant/biary_tree_dfs.png
2024-05-02 19:31:39 +08:00
krahets
0f9dbb688e
Fix biary_tree_dfs.png
2024-05-02 19:29:01 +08:00
krahets
5eaeefa928
Fix biary_tree_dfs.png
2024-05-02 19:28:15 +08:00
krahets
64f88d123b
Replace "" with <u></u> for EN version and bug fixes
2024-05-02 01:44:03 +08:00
krahets
9a538fea7c
Merge branch 'main' into dev
2024-05-01 18:03:30 +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
krahets
99ad40ea26
Format the EN markdown files.
2024-05-01 07:28:18 +08:00
krahets
12fc5e49eb
Unify the figure reference as "the figure below" and "the figure above".
...
Bug fixes.
2024-05-01 07:26:40 +08:00
Yudong Jin
354b81cb6c
Add "reference" for EN version. Bug fixes. ( #1326 )
2024-05-01 06:49:33 +08:00
krahets
c14a358aa7
Add "reference" for EN version. Bug fixes.
2024-05-01 06:46:04 +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
Yudong Jin
01a2e31203
Add the initial translation of chapter "sorting" ( #1321 )
2024-05-01 05:56:35 +08:00
Yudong Jin
96597b8aaa
Add the initial translation of chapter "searching" ( #1324 )
2024-05-01 05:56:27 +08:00
Martin Xu
59d07264fc
feat: add ruby code block - bucket sort ( #1285 )
...
* feat: add ruby code block - bucket sort
* Update codes/ruby/chapter_sorting/bucket_sort.rb
Co-authored-by: khoaxuantu <68913255+khoaxuantu@users.noreply.github.com>
* Update codes/ruby/chapter_sorting/bucket_sort.rb
Co-authored-by: khoaxuantu <68913255+khoaxuantu@users.noreply.github.com>
* Update bucket_sort.rb
---------
Co-authored-by: khoaxuantu <68913255+khoaxuantu@users.noreply.github.com>
Co-authored-by: Yudong Jin <krahets@163.com>
2024-04-30 16:00:39 +08:00
nuomi1
84bb11522e
feat: remove setup-swift ( #1312 )
...
* feat: remove setup-swift
* Test failure
* Test success
---------
Co-authored-by: Yudong Jin <krahets@163.com>
2024-04-30 15:59:56 +08:00
洪鈞閔 ( jasper )
68f3a453e1
feat: add ruby code block - merge sort ( #1260 )
...
* feat(codes/ruby/chapter_sorting/merge_sort.rb): add merge_sort ruby file
* feat(codes/ruby/chapter_sorting/merge_sort.rb): modify comment space
* feat(codes/ruby/chapter_sorting/merge_sort.rb): set array default value
Co-authored-by: khoaxuantu <68913255+khoaxuantu@users.noreply.github.com>
* feat(codes/ruby/chapter_sorting/merge_sort.rb): driver code add if logic
Co-authored-by: khoaxuantu <68913255+khoaxuantu@users.noreply.github.com>
* feat(codes/ruby/chapter_sorting/merge_sort.rb): modify comment style
Co-authored-by: khoaxuantu <68913255+khoaxuantu@users.noreply.github.com>
* feat(codes/ruby/chapter_sorting/merge_sort.rb): modify logic instruction
Co-authored-by: khoaxuantu <68913255+khoaxuantu@users.noreply.github.com>
---------
Co-authored-by: khoaxuantu <68913255+khoaxuantu@users.noreply.github.com>
2024-04-30 15:58:47 +08:00
洪鈞閔 ( jasper )
3f857db457
feat: add ruby code block - heap sort ( #1261 )
...
* feat(codes/ruby/chapter_sorting/heap_sort.rb): add heap_sort ruby file
* feat(codes/ruby/chapter_sorting/heap_sort.rb): modify comment space
* feat(codes/ruby/chapter_sorting/heap_sort.rb): modify code space style
* feat(codes/ruby/chapter_sorting/heap_sort.rb): modify logic instruction
Co-authored-by: khoaxuantu <68913255+khoaxuantu@users.noreply.github.com>
* feat(codes/ruby/chapter_sorting/heap_sort.rb): driver code add if logic
Co-authored-by: khoaxuantu <68913255+khoaxuantu@users.noreply.github.com>
---------
Co-authored-by: khoaxuantu <68913255+khoaxuantu@users.noreply.github.com>
2024-04-30 15:58:37 +08:00
Yudong Jin
870e3e5cb2
Bug fixes and improvements ( #1318 )
...
* Sync zh and zh-hant versions
* Update en/README.md
* Add a Q&A for chapter of introduction
* Update the callout headers
* Sync zh ang zh-hant versions
* Bug fixes
2024-04-30 15:52:05 +08:00
huangjikun
84b1ce2497
Fix incorrect method name in permutations_ii.go ( #1313 )
2024-04-30 14:13:01 +08:00
bluebean-cloud
a3950e1def
feat: Add ruby codes - chapter "Heap" ( #1300 )
...
* init heap Ruby
* feature: finish chapter heap for ruby
* fix delete heap.rb
* fix: Fix code style
* Update codes/ruby/chapter_heap/my_heap.rb
Co-authored-by: khoaxuantu <68913255+khoaxuantu@users.noreply.github.com>
* Update codes/ruby/chapter_heap/top_k.rb
Co-authored-by: khoaxuantu <68913255+khoaxuantu@users.noreply.github.com>
* fix: apply the suggested changes
* fix to_a
* Update my_heap.rb
---------
Co-authored-by: khoaxuantu <68913255+khoaxuantu@users.noreply.github.com>
Co-authored-by: Yudong Jin <krahets@163.com>
2024-04-28 22:24:51 +08:00
nuomi1
ca55e818a5
feat: update os and swift ( #1311 )
2024-04-28 22:22:03 +08:00
smilelsb
75873f0a05
fix(typo): Update linked_list.md ( #1307 )
...
它表现出先进后出的特性,对应栈;它表现出先进先出的特性,对应队列。
适当修改为“它表现的特性为先进后出”和“它表现的特性为先进先出”。
因为原本的语句第一次阅读出现“出先进后”的错误断句
2024-04-28 22:02:39 +08:00
Yudong Jin
cfc273783b
feat: Add glossary and description for "哈希集合" ( #1310 )
2024-04-28 22:00:25 +08:00
rongyi
a88c7b9862
Change remove to pop ( #1309 )
2024-04-28 20:47:03 +08:00
CharlesHsu
71b7cc8ef6
Enhance accessibility of MathJax script loading with cdnjs
( #1304 )
...
* Add fallback mechanism for MathJax script loading to enhance global accessibility.
* Update mkdocs.yml
* Update mathjax.js
---------
Co-authored-by: Yudong Jin <krahets@163.com>
2024-04-26 19:13:05 +08:00
khoaxuantu
9e7fbf249f
feat: add ruby code - chapter graph ( #1303 )
2024-04-26 17:30:55 +08:00
K3v123
69cb171dd8
Translation: Update index.md ( #1286 )
...
* Translation: Update index.md
simplified the words using "vibrant" instead. used illustrate instead of demonstrate because I'm thinking the image "illustrates" the concept.
* Translation: Update index.md
Changed to what yuelinxin has suggested. thanks for the suggestion.
2024-04-23 21:23:16 +08:00
Shyam Chen
1a99dd420f
feat(JavaScript): Add the workflow file for CI check ( #1296 )
...
* feat(JavaScript): Add the workflow file for CI check
* Apply suggestions from code review
Co-authored-by: krahets <krahets@163.com>
* Test failure
* Update javascript.yml
* Test success
---------
Co-authored-by: Yudong Jin <krahets@163.com>
2024-04-22 17:51:44 +08:00
krahets
a7f4340e55
Update README
2024-04-22 17:14:14 +08:00
huangjikun
54ced94e4f
Fix incorrect indexes in two_sum.go ( #1297 )
2024-04-22 02:28:54 +08:00
Yudong Jin
f616dac7da
Bug fixes and improvements ( #1298 )
...
* Fix is_empty() implementation in the stack and queue chapter
* Update en/CONTRIBUTING.md
* Remove "剩余" from the state definition of knapsack problem
* Sync zh and zh-hant versions
* Update the stylesheets of code tabs
* Fix quick_sort.rb
* Fix TS code
* Update chapter_paperbook
* Upload the manuscript of 0.1 section
* Fix binary_tree_dfs.rb
* Bug fixes
* Update README
* Update README
* Update README
* Update README.md
* Update README
* Sync zh and zh-hant versions
* Bug fixes
2024-04-22 02:26:32 +08:00
khoaxuantu
74f1a63e8c
feat: add ruby code blocks - chapter tree ( #1293 )
2024-04-19 23:42:20 +08:00