Commit graph

736 commits

Author SHA1 Message Date
Stepfen Shawn
a71abc591b
Merge pull request #202 from domix80/Problem_007
Feat: Project Euler Problem 7
2023-02-23 23:08:03 +08:00
domix80
9c3eb0577e
Update project_euler/problem_007/sol1.rb
Co-authored-by: Stepfen Shawn <m18824909883@163.com>
2023-02-23 16:02:42 +01:00
domix80
4420ff4172
Update project_euler/problem_007/sol1.rb
Co-authored-by: Stepfen Shawn <m18824909883@163.com>
2023-02-23 16:02:35 +01:00
github-actions
bb17717616 updating DIRECTORY.md 2023-02-23 05:11:35 +00:00
Stepfen Shawn
64824018d5
Merge pull request #199 from aparibocci/feature/bst
Adding `BinarySearchTree` implementation
2023-02-23 13:11:12 +08:00
github-actions
b5b127173f updating DIRECTORY.md 2023-02-22 23:40:36 +00:00
Stepfen Shawn
2fd4ee7d50
Merge pull request #201 from domix80/Problem_006
Feat: Project Euler Problem 6
2023-02-23 07:40:23 +08:00
domix80
0db648a4d6 Update sol1.rb 2023-02-21 18:39:37 +01:00
domix80
bb5df87537
Update project_euler/problem_006/sol1.rb
Co-authored-by: Amos Paribocci <aparibocci@gmail.com>
2023-02-21 18:36:46 +01:00
domix80
b6b5873247 Update sol1.rb
Follow the guidelines
2023-02-21 18:17:13 +01:00
domix80
1fd68f225a Merge branch 'Problem_006' of https://github.com/domix80/Ruby into Problem_006 2023-02-21 18:12:41 +01:00
domix80
95930cc229 Update solution file and remove link from directory 2023-02-21 18:12:39 +01:00
domix80
740ed1795a
Update DIRECTORY.md
Co-authored-by: Amos Paribocci <aparibocci@gmail.com>
2023-02-21 16:24:55 +01:00
domix80
de8a63dbc9 Update DIRECTORY.md 2023-02-20 21:14:50 +01:00
domix80
5ee0eef4ff Change the testing number 2023-02-19 11:35:53 +01:00
domix80
bc455a62c5 Feat: Project Euler Problem 7 2023-02-19 11:30:30 +01:00
domix80
612f4bfa32 Feat: Project Euler Problem 6 2023-02-19 10:41:20 +01:00
Amos Paribocci
74f8c496c1 Adding BinarySearchTree implementation 2023-02-17 00:13:27 +01:00
github-actions
e2f6bd9594 updating DIRECTORY.md 2023-02-10 03:55:53 +00:00
Stepfen Shawn
ecc45078c7
Merge pull request #196 from aparibocci/max_k_most_frequent_words
Solving the `Top k most frequent words` problem using a max-heap
2023-02-10 11:55:40 +08:00
Amos Paribocci
1846c762ed Solving the Top k most frequent words problem using a max-heap 2023-02-09 12:37:06 +01:00
github-actions
cb556451d2 updating DIRECTORY.md 2023-02-08 01:06:02 +00:00
Stepfen Shawn
9621fec9c8
Merge pull request #195 from aparibocci/master
Adding max-heap implementation + unit tests
2023-02-08 09:05:46 +08:00
Amos Paribocci
fb1f5dd679 Adding unit tests for element not found in max-heap 2023-02-06 18:52:42 +01:00
Amos Paribocci
7fa7c5bae0 Adding max-heap implementation 2023-02-06 18:45:44 +01:00
Stepfen Shawn
3966a34780
Update LICENSE.md
Update copyright year:  2021 -> 2023
2023-02-02 11:46:33 +08:00
vzvu3k6k
2da6bae015
Merge pull request #192 from TheAlgorithms/test-ruby32
Use Ruby 3.2 in testing
2023-01-05 22:07:02 +09:00
vzvu3k6k
d731f18ab0
Use Ruby 3.2 in testing 2022-12-29 00:40:33 +09:00
github-actions
7f09955d63 updating DIRECTORY.md 2022-12-08 15:44:02 +00:00
vzvu3k6k
3fec7ec3ae
Merge pull request #190 from ryanneilparker/master
Add binary insertion sort algorithm
2022-12-09 00:43:48 +09:00
github-actions
f5392bd696 updating DIRECTORY.md 2022-11-02 04:54:32 +00:00
Vitor Oliveira
33e198aae2
Merge pull request #189 from voski/euler_directory_names 2022-11-02 01:53:45 -03:00
ryanneilparker
f2fdc233bf Correct test class 2022-10-06 10:29:43 +00:00
ryanneilparker
e927c673fa Add binary_insertion_sort_test.rb 2022-10-06 10:26:34 +00:00
ryanneilparker
c32ffeccb0 Add binary_insertion_sort.rb 2022-10-06 10:22:24 +00:00
ryanneilparker
6007e52b99 Add binary insertion sort 2022-10-06 10:19:01 +00:00
Narbe Voskanian
2f3aebfada
rename project_euler problem directory names to match the README 2022-09-23 15:08:43 -07:00
vzvu3k6k
6b894cb077
Merge pull request #187 from TheAlgorithms/ruby-31
Use Ruby 3.1 in testing
2022-01-06 15:22:49 +09:00
vzvu3k6k
8d64f47ed0
Use Ruby 3.1 in testing 2021-12-27 18:11:25 +09:00
Vitor Oliveira
1998d6137e
Merge pull request #186 from shanshaji/shan/bubble_sort_fix
New improved implementation of bubble sort
2021-12-22 13:25:02 -08:00
shan
4d89a333a8 Removed unwanted index check 2021-12-21 15:57:15 -05:00
shan
7b98525265 removed ide files 2021-12-21 15:53:24 -05:00
shan
41cf83403b New improved implementation of bubble sort 2021-12-20 15:56:36 -05:00
github-actions
b4122a0fa7 updating DIRECTORY.md 2021-11-14 22:37:37 +00:00
Vitor Oliveira
ce49ee8d2b
Merge pull request #183 from pschik/master
add fibonacci search
2021-11-14 14:37:26 -08:00
github-actions
4b87fc569a updating DIRECTORY.md 2021-11-14 22:37:09 +00:00
Vitor Oliveira
fa4a12d938
Merge pull request #181 from ApsaraGuhan/dynamicprogramming_editdistance
Adding implementation of editdistance
2021-11-14 14:36:57 -08:00
github-actions
7cdef85249 updating DIRECTORY.md 2021-11-14 22:36:53 +00:00
Vitor Oliveira
6369f9c039
Merge pull request #182 from ApsaraGuhan/dynamicprogramming_knapsack
Adding implementation of knapsack
2021-11-14 14:36:40 -08:00
Philip Schikora
4b34faccca
Update fibonacci_search.rb 2021-11-02 12:41:47 +01:00