bluebean-cloud
92337671a6
feat: Add Ruby code - chapter "Searching" ( #1262 )
...
* create RUBY searching files & finish two_sum.rb
* finish linear_search.rb
* finish hashing_search.rb
* finish binary_search.rb
* finish binary_search_insertion.rb
* finish binary_search_edge.rb
* fix: change 'or' to '||'
* fix: Adjust the code style(ruby searching)
* fix: repair file name
* fix: Adjust the output format
* fix: fix 0...nums.length & delete useless require & change into __FILE__==0 block
7 months ago
cy-by-side
49e6a208f6
Create insertion_sort.rb ( #1222 )
...
* Create insertion_sort.rb
* Update insertion_sort.rb
* Update insertion_sort.rb
* Update insertion_sort.rb
7 months ago
khoaxuantu
6404a53fc6
chore: update driver code ( #1265 )
7 months ago
khoaxuantu
41dd677338
Add Ruby test CI ( #1242 )
...
* test: add test all Ruby code
* test: add ruby test ci
* Update ruby.yml
---------
Co-authored-by: Yudong Jin <krahets@163.com>
7 months ago
khoaxuantu
e121665772
feat: add ruby code - chapter stack and queue ( #1230 )
7 months ago
khoaxuantu
4fadad50ba
fix: Some Ruby code ( #1231 )
...
* fix: ruby code block - chapter computational complexity
* fix: ruby code - chapter array and linkedlist
7 months ago
Yudong Jin
6e570e2863
Update README for zh-hant version ( #1228 )
...
* Bug fixes
* Fix the term in heap figures
* Unify the font of the chapter covers for the zh, en, and zh-Hant version
* Sync the zh-hant vertion with the main branch
* Update README for testing
* Update README for testing
* Update README for testing
* Update README for zh, en, zh-hant version
* Fix the issue links
* Update README
* Update README
* edition -> version
7 months ago
khoaxuantu
043085d0ea
fix: adapt missing ruby style guide ( #1216 )
8 months ago
cy-by-side
c435d177a1
Create chapter_computational_complexity/iteration.rb ( #1207 )
...
Co-authored-by: Yudong Jin <krahets@163.com>
8 months ago
khoaxuantu
fd580a184a
feat: Add Ruby code - chapter "computational complexity" ( #1212 )
...
* feat: add ruby code - chapter computational complexity
* feat: add ruby code blocks
8 months ago
khoaxuantu
5ce088de52
Fix inconsistent comments Ruby - chapter array and linked list ( #1202 )
...
* fix: inconsistent comments Ruby - chapter array and linked list
* fix: better Ruby code & comments
8 months ago
Yudong Jin
034ee65e9a
Fix bugs and harmonize the code comments ( #1199 )
...
* Fix the comment in array_deque.go
* Fix the comment in bucket_sort.c
* Translate the Java code comments to Chinese
* Bug fixes
* 二分查找 -> 二分搜尋
* Harmonize comments in `utils` between multiple programming languages
8 months ago
khoaxuantu
85ca4cce43
feat: Add ruby code - chapter "array & linked list" ( #1158 )
...
* feat: add ruby code chapter array & linked list
- array.rb
- linked_list.rb
- list.rb
- my_list.rb
* feat: add ruby code blocks
* chore: fix convention
8 months ago