Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/TheAlgorithms/Ruby

All algorithms implemented in Ruby
https://github.com/TheAlgorithms/Ruby

Update copyright year

697e3f2b5bb02521665033f370dd78a086bebabf authored 11 months ago
Merge pull request #223 from TheAlgorithms/vzvu3k6k-patch-1

Use Ruby 3.3 in testing

d2a2f99da26e42c3fd44553bbd603724e1beff3b authored 12 months ago
Use Ruby 3.3 in testing

5363715e7b8825644865f20a75cbc76c18a0400e authored about 1 year ago
Merge pull request #222 from vil02/remove_trailing_spaces_from_ymls

style: remove trailing spaces from `update_directory_md.yml`

c666a4bc5fadc95883633a979c6da26af986efa9 authored about 1 year ago
Merge pull request #221 from vil02/update_actions-checkout_to_v4

chore: update `actions/checkout` to `v4`

cf7553b0ddfc2bf568006844e5c0d710b23c985c authored about 1 year ago
style: remove trailing spaces from `update_directory_md.yml`

64777732f822618a86a1412db489f5be6afd7470 authored about 1 year ago
chore: update `actions/checkout` to `v4`

0a5774076235d33e67ec6365ab4ae79e71ebbb63 authored about 1 year ago
Merge pull request #220 from vil02/properly_evaluate_GITHUB_ACTOR

fix: use `GITHUB_ACTOR` in `git config`

6075b3a824df32865c6507649f6680c120fe5c3f authored about 1 year ago
fix: use `GITHUB_ACTOR` in `git config`

e4a887c6c40b245383bb071a692608deecfc6cbc authored about 1 year ago
updating DIRECTORY.md

a26e5a43938dca3237ce651122744778f11f102b authored about 1 year ago
Merge pull request #213 from i-gnasius/hamming_distance

Add hamming_distance algorithm

b976ea08837b566368da40f9de3bfd8016540f0e authored about 1 year ago
Add hamming_distance algorithm

fcca542509a5a315b6ae1d5e9a2cdb9055998c64 authored over 1 year ago
Update the link of gitter chat

2f6c267980626fc5dc6ccccfd369a1d9751a9b9b authored over 1 year ago
Merge pull request #212 from vzvu3k6k/chore-actions

chore: specify GitHub action versions and remove needless files

1ae58ce612639344dbefae0bc886d8035b487cd4 authored over 1 year ago
updating DIRECTORY.md

58b362dd9fa49fddb08f430166b8fa47acc03439 authored over 1 year ago
Merge pull request #210 from merouaneamqor/master

Add Gnome Sort Algorithm and Tests

b66a7937168e1131541597dab1c3d7131c2aa83a authored over 1 year ago
chore: specify GitHub action versions

Co-authored-by: David Leal <[email protected]>

b6677b2cddf64db9930aac6e121d6c6521198162 authored over 1 year ago
chore: remove needless file

Co-authored-by: David Leal <[email protected]>

a3fc6eb9176bae908688d0b4fc4b52c8fb5e3ede authored over 1 year ago
Merge pull request #211 from TheAlgorithms/quick-fix-update_directory_md

Temporarily revert new update_directory_md workflow (#209)

c896d802105543a8d8eaeb7d54bc49b068168134 authored over 1 year ago
Temporarily revert "Merge pull request #209 from Panquesito7/scripts_workflow"

This reverts commit 275bed9a78a9a7a5951d2c84d7f75acc71e6edd4, reversing
changes made to 14149d1e...

16b1f5a09eaff32bba7427fa2632aa7172050a82 authored over 1 year ago
Merge pull request #209 from Panquesito7/scripts_workflow

chore: use workflow from the `scripts` repository

275bed9a78a9a7a5951d2c84d7f75acc71e6edd4 authored over 1 year ago
Add gnome sort

4dab82985e862624cf6e02b04a5ac37a3c7f7889 authored over 1 year ago
chore: apply suggestions from code review

Co-authored-by: vzvu3k6k <[email protected]>

e254026ec6af659dfcc74c214ed8f68d97ec1345 authored over 1 year ago
chore: use workflow from the `scripts` repository

31c930eb504442b042ea79804c267e2150c86b14 authored over 1 year ago
updating DIRECTORY.md

14149d1eaf65fde9311a1d7e87fefa4e33fcb09e authored over 1 year ago
Merge pull request #207 from aparibocci/feature/graph_bfs

Implementing BFS for unweighted graphs

774a964e43c2921d83e89a6e033f01bfce7cd022 authored over 1 year ago
updating DIRECTORY.md

450ba13fb9f5a0188012723824b01723fc996885 authored over 1 year ago
Merge pull request #208 from aparibocci/feature/graph_topological_sort

Implementing topological sorting for DAGs

5be0a3db59f775926295f6f3d14814200c0927eb authored over 1 year ago
Implementing topological sorting for DAGs

5f0a19ce82a4c5aec77b972424f981148c9cff43 authored over 1 year ago
Splitting consumers for seen and visited nodes in graph BFS

85a1175c76f75f222fbbf0da03ca719b10264e32 authored over 1 year ago
Adding node consumer support on graph BFS

b561094aa5fa189a3b730077c5cc989e156a7570 authored over 1 year ago
Correcting test method names

0b42d46b83729bca5ee8ffe2b5c8d4562245fab9 authored over 1 year ago
Implementing unweighted graph BFS

360cba9a6114c6082ecf23d188759a8c8b6c946d authored over 1 year ago
updating DIRECTORY.md

af56ad064f984b052159b82f95ba76aafe2a8657 authored over 1 year ago
Merge pull request #206 from aparibocci/feature/graphs_data_structures

Adding graphs (unweighted + weighted) data structures

e2f397e2e83b513ad7d53893704222afe1afc842 authored over 1 year ago
Adding weighted graph data structure

b7d60d275914ce5fbf9ea523c8e1b8c9fca89c13 authored over 1 year ago
Adding unweighted graph data structure

3902bef7a6baf67eb144e8edc281d5e18227a2c6 authored over 1 year ago
updating DIRECTORY.md

28f15835ad64eb438ba31ea9f1663dc7b616cfd2 authored almost 2 years ago
Merge pull request #198 from aparibocci/feature/boyer_moore_horspool_search

Implementing `Boyer-Moore-Horspool` substring search algorithm

42f63958eb030dad44d84687dc22df1d867e3e4d authored almost 2 years ago
updating DIRECTORY.md

cae9ac5fd66a3377140c3a2452b380537558a768 authored almost 2 years ago
Merge pull request #200 from aparibocci/feature/avl_tree

Adding `AVL Tree` implementation

a2730e24c25dabb179f85d7f94656ac938b39718 authored almost 2 years ago
Implementing Boyer-Moore-Horspool substring search algorithm

bea6a1fc25495c8c4e2d43bfa48d30defdad8b5d authored almost 2 years ago
updating DIRECTORY.md

d0c14110de5803cb96c64376e631b9ba6efedd19 authored almost 2 years ago
Merge pull request #197 from aparibocci/feature/counting_sort

Adding `counting sort` implementation

697a4e9c58a791545f4e18401fac81e03d05b2a6 authored almost 2 years ago
updating DIRECTORY.md

fc19420049a2447f5bc1b06d9cf6b7ccc71956a2 authored almost 2 years ago
Merge pull request #204 from domix80/problem_025

Feat: Project Euler Problem 25

6317f2bea7a81895a99292e7b1888399247553bd authored almost 2 years ago
updating DIRECTORY.md

9346d99eeabecfc209ffe1b6e00870248fc46512 authored almost 2 years ago
Merge pull request #205 from domix80/problem_014

Feat: Project Euler Problem 14

753be7a8a5ca8b2ce5d314dd6e8cbdf9112f0a8f authored almost 2 years ago
Update DIRECTORY.md

1dbf6795c31103c2ae59cc205b99e8573980f53b authored almost 2 years ago
Update DIRECTORY.md

Restore original values

203fbb7e6b8140dbcc289df29fc50951b9723e31 authored almost 2 years ago
updating DIRECTORY.md

0139f78699f9b9db00ce01466d05e1013a922a96 authored almost 2 years ago
Merge pull request #203 from domix80/problem_010

Feat: Project Euler Problem 10

985fae9b7a6af13ce11f1952b4bea9869f20fbe7 authored almost 2 years ago
updating DIRECTORY.md

07870b08d61fc2f9f11e8614c1beeaf60ad3367b authored almost 2 years ago
Merge pull request #202 from domix80/Problem_007

Feat: Project Euler Problem 7

a71abc591be76f080093d9c05ff98b8d8ffb6e4a authored almost 2 years ago
Update project_euler/problem_007/sol1.rb

Co-authored-by: Stepfen Shawn <[email protected]>

9c3eb0577e0a55fa69046ae699a932267d1674da authored almost 2 years ago
Update project_euler/problem_007/sol1.rb

Co-authored-by: Stepfen Shawn <[email protected]>

4420ff4172a87348054b5bbd462a2d3f6c2616f7 authored almost 2 years ago
Update project_euler/problem_010/sol1.rb

Co-authored-by: Stepfen Shawn <[email protected]>

d422a0b8aa71da5364080eb139ecf934addfd268 authored almost 2 years ago
Update project_euler/problem_010/sol1.rb

Co-authored-by: Stepfen Shawn <[email protected]>

4501f7fd99662708bcd688c3a86ac5ac6be9785b authored almost 2 years ago
Update project_euler/problem_014/sol1.rb

Co-authored-by: Stepfen Shawn <[email protected]>

c57fe1d3467aa2db2000fb472dbbff5c8a408474 authored almost 2 years ago
updating DIRECTORY.md

bb177176165d1b2b3686619681bbabca28c70329 authored almost 2 years ago
Merge pull request #199 from aparibocci/feature/bst

Adding `BinarySearchTree` implementation

64824018d5b2423a9c1e65b147cb4a183792d388 authored almost 2 years ago
updating DIRECTORY.md

b5b127173f3c42bf4f13c72a8fcf22c29b73d058 authored almost 2 years ago
Merge pull request #201 from domix80/Problem_006

Feat: Project Euler Problem 6

2fd4ee7d509b509f02109cbe04e076261a9db884 authored almost 2 years ago
Update sol1.rb

076f202136bbf33a9d2cf0ca452d54be675f6b73 authored almost 2 years ago
Update sol1.rb

61abd3629d5636ed55fdff6c8ca4460f6db98b93 authored almost 2 years ago
Update sol1.rb

90101189b119b99c92bd8e371d54b7c1159ad9a9 authored almost 2 years ago
Update sol1.rb

0db648a4d6a61c918044ffd71cd416c636544c1d authored almost 2 years ago
Update project_euler/problem_006/sol1.rb

Co-authored-by: Amos Paribocci <[email protected]>

bb5df875377e3c9d4dfb918e8b554cde9b6b3a19 authored almost 2 years ago
Update DIRECTORY.md

Remove the link from Directory.md

1b45e7bc0b80f8345ca2e5cb5d8a1018b802a75f authored almost 2 years ago
Update sol1.rb

follow the guideline

fa6ebf5f78abccd858f8f82a2931bd6c1e15b358 authored almost 2 years ago
Update sol1.rb

Follow the guidelines

b6b58732478c83f0d49e62f87362205f98272127 authored almost 2 years ago
Merge branch 'Problem_006' of https://github.com/domix80/Ruby into Problem_006

1fd68f225a6d3bde85c6b36090e2fb8ee382c6c9 authored almost 2 years ago
Update solution file and remove link from directory

95930cc22925d40a7d9e004ec2838916676af0d3 authored almost 2 years ago
Update DIRECTORY.md

Co-authored-by: Amos Paribocci <[email protected]>

740ed1795a23c99a6aa8ac5cb608db17812daebe authored almost 2 years ago
Update DIRECTORY.md

3168a992396c23a5b8cbcbba71fdd49f598686a4 authored almost 2 years ago
Update DIRECTORY.md

7804fad30f3d899fdce4db2626cd48b2bd4915e2 authored almost 2 years ago
Update DIRECTORY.md

de8a63dbc92578a6a7b9b8a42d30afc75307f497 authored almost 2 years ago
Feat: Project Euler Problem 14

14f538a8cfd76180863b498cb82bdd2452126233 authored almost 2 years ago
Feat: Project Euler Problem 25

e8105e4e5f09cafece05839a658b75d8b06b406f authored almost 2 years ago
Feat: Project Euler Problem 10

c672adfe082f6ab4f93fe8cacb31de3bab58a293 authored almost 2 years ago
Change the testing number

5ee0eef4ffff80773c59dc680af9a91ec15b50b8 authored almost 2 years ago
Feat: Project Euler Problem 7

bc455a62c56d58eeab636dba6ee77234acfa9661 authored almost 2 years ago
Feat: Project Euler Problem 6

612f4bfa3226bd91c60b58deb07e1e06562157de authored almost 2 years ago
Adding AVL Tree implementation

286c0e4dde6b931bd5ab6cec791a7a9e03b543ba authored almost 2 years ago
Adding BinarySearchTree implementation

74f8c496c1bd148301f023334454e5a159ee5c98 authored almost 2 years ago
Adding `counting sort` implementation

7ca6ac71142f22fb63024167adafd778e8c63110 authored almost 2 years ago
updating DIRECTORY.md

e2f6bd95940aeef38f6a55964acd0b28919952ad authored almost 2 years ago
Merge pull request #196 from aparibocci/max_k_most_frequent_words

Solving the `Top k most frequent words` problem using a max-heap

ecc45078c7da180d8a039fcb6e82eaf8ee0a7094 authored almost 2 years ago
Solving the `Top k most frequent words` problem using a max-heap

1846c762ed0a08b0f218c919552a9c4e932b6ff3 authored almost 2 years ago
updating DIRECTORY.md

cb556451d2ebfd16a2203072315063cca9117a30 authored almost 2 years ago
Merge pull request #195 from aparibocci/master

Adding max-heap implementation + unit tests

9621fec9c8d1eea8815f049f97d2d2785f7431b2 authored almost 2 years ago
Adding unit tests for element not found in max-heap

fb1f5dd67936be0919f25578b27fc8b246585f68 authored almost 2 years ago
Adding max-heap implementation

7fa7c5bae06440a8544afceb5e2ee8b363906f3d authored almost 2 years ago
Update LICENSE.md

Update copyright year: 2021 -> 2023

3966a347809ab68f1a939d565162e0a73407b340 authored about 2 years ago
Merge pull request #192 from TheAlgorithms/test-ruby32

Use Ruby 3.2 in testing

2da6bae01585e85d8db422e1333d939b76763995 authored about 2 years ago
Use Ruby 3.2 in testing

d731f18ab0f6a0e3bb9c93a86e7ac0604ee64356 authored about 2 years ago
updating DIRECTORY.md

7f09955d63ed04f719a7091367b09f0c8a9acc8a authored about 2 years ago
Merge pull request #190 from ryanneilparker/master

Add binary insertion sort algorithm

3fec7ec3aea44a18b9d2915f3219bed1e495d2a4 authored about 2 years ago
updating DIRECTORY.md

f5392bd696bbc6ba827cdbbb96a16873edab5e93 authored over 2 years ago
Merge pull request #189 from voski/euler_directory_names

33e198aae20b3560beb18bbaf6e2fbc367a28a30 authored over 2 years ago