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

kill space

84b4964d8f14f65d29424d1d7432ea5540fd74d1 authored almost 4 years ago
Update Searches/jump_search.rb

8b32ea1c2486da1fa9f573f345ec1e0f796f2584 authored almost 4 years ago
Update Searches/jump_search.rb

c3b26bed0ae206c4e78d74523165abb7bd01c017 authored almost 4 years ago
updating DIRECTORY.md

d52aacece4df002cc1f3961543c620d883b07e6e authored almost 4 years ago
Merge pull request #83 from atarax665/binary_to_decimal

[Math] Binary to Decimal Conversion

52d789832cdc56c05ff057348c7be2e6ae5cd191 authored almost 4 years ago
Added binary_to_decimal.rb

649f6032c3a5d1b0eba924c4743f782f620aab92 authored about 4 years ago
updating DIRECTORY.md

e846982084537307ad0281b28c2423f2d6670c86 authored about 4 years ago
Merge pull request #82 from atarax665/number_of_digits

630e98f1af399d8994914643f58ac7608083de98 authored about 4 years ago
Update maths/number_of_digits.rb

Co-authored-by: Vitor Oliveira <[email protected]>

b54b43f68bafb6d3c90ee8c421c4c419c37c9a99 authored about 4 years ago
Update LICENSE.md

fd8a0728ca5c666a1daac559aa9f82fe20e2111e authored about 4 years ago
updating DIRECTORY.md

0508e8ad1eb0b1f4c0d7bd26951992e062ff12b3 authored about 4 years ago
Merge pull request #80 from atarax665/extended_euclidean_algorithm

[Discrete Mathematics] Extended Euclidean Algorithm

f7fe59f47df9757c025d89b2688d1e2100c45f8d authored about 4 years ago
Added number_of_digits.rb

3a52ac6e77edb796881a94cfc6205528634a5e67 authored about 4 years ago
Fixed typo

a480118b7da0610ac55f691e61d0af3acd2aeb82 authored about 4 years ago
updating DIRECTORY.md

d38b8ef0a244eb152756b30b87447a96537d67a8 authored about 4 years ago
Merge pull request #81 from atarax665/sum_of_digits

[Maths] Sum of Digits

ed2b692d437ee30a02903f010547781223f02fe1 authored about 4 years ago
add description for digits sum algorithm

7800d34d605b3dfd706fe7f6bfc3ecc2fb6c61a2 authored about 4 years ago
sum_of_digits.rb

43ffe01e39e741fc4d0e6d6f2942f456d9c7826f authored about 4 years ago
extended_euclidean_algorithm.rb

a3e9ee2ece3e4471b6a613ae975e8dfcbb959793 authored about 4 years ago
updating DIRECTORY.md

1cadf12bb15418c111b4e9c2d23250b4cce5bd70 authored about 4 years ago
Merge pull request #79 from atarax665/ternary_search

Searching Algorithm: Ternary Search

3053e027c5b16568e307a4a0a1fef8632b2d62b2 authored about 4 years ago
Added Ternary Search Algorithm

0f299ab86859f246078bc732386a9240a62b8b8e authored about 4 years ago
Merge pull request #78 from Doppon/fix-ciphers-example

Ciphers MerkleHellman: Unify indentation for 2 spaces

ca83061afe7889a406aece5363daa006c3c12952 authored about 4 years ago
Unify indentation for 2 spaces

a062a37602e673a9b830b0c505d66276bc6ef259 authored about 4 years ago
Merge pull request #77 from vzvu3k6k/ci-ruby3

Update Ruby from 2.7 to 3.0 on CI

c84c840948c781d682cfb80a224237f4486c1219 authored about 4 years ago
Migrate to ruby/setup-ruby for Ruby 3.0

actions/setup-ruby has not yet supported Ruby 3.0.

6f65796491441331117c7f1eeba4b3a6d4acd2cd authored about 4 years ago
Update Ruby from 2.7 to 3.0 on CI

b68d1645386c757762504d909b76a6683fdb21e0 authored about 4 years ago
updating DIRECTORY.md

24ec271a6d7e28cf5130eea15edcca15c021f26a authored about 4 years ago
Merge pull request #76 from snood1205/add-maths-algos

Add absolute value, aliquot sum, ceil, and square root

e4c33632a4ae2679e2114deccc5b0ceb008b19aa authored about 4 years ago
Update maths/square_root_test.rb

a80478dfd318ec3697ddb9499284a9f3d66f897e authored about 4 years ago
Add absolute value, aliquot sum, ceil, and square root

Add maths to directory

4bb534f3128fe2874482cf526d82dda4027bdf87 authored about 4 years ago
Merge pull request #75 from vzvu3k6k/remove-badges

Remove badges of unused tools

366b09191474876619c25c9494fc338b13c9108d authored about 4 years ago
Merge pull request #74 from vbrazo/add-github-files

Add stale.yml and CODEOWNERS

1d37869c39c42bf76518ac42d0bcc8a3a6acb38e authored about 4 years ago
Remove badges of unused tools

Some badges of unused tools have slipped in
when README.md is updated based on the Python reposi...

72125ca54c606ef154a5511542dca6e9f0fc701b authored about 4 years ago
Remove limitPerRun

366aafe6d65755e7875fc657ee9f98544a86e93d authored about 4 years ago
Update .github/CODEOWNERS

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

8667d75d98f8e24e36a0383f319b434f24b65b6b authored about 4 years ago
Merge branch 'master' into add-github-files

bd1eb7ccca553ac15f7d969c541a545eda2badd3 authored about 4 years ago
Add stale.yml and CODEOWNERS

6b40beb5a220e8a7c5ecf53612fb7e5704292acf authored about 4 years ago
Merge pull request #56 from vzvu3k6k/project-euler-4

Add solution for the Project Euler Problem 4

efcd5311717847b401daa7a73bfeb94dbcade5af authored about 4 years ago
updating DIRECTORY.md

3405abe9d35b8a3eb52a9b56daa840a929981995 authored about 4 years ago
Merge branch 'project-euler-4' of github.com:vzvu3k6k/Ruby into project-euler-4

240256a3c9dc98925989f830eedc4ec47f71524e authored about 4 years ago
Add problem description copying from sol1.rb

770fc9622c5a42ee5ee6d32cd0915361e73d3de5 authored about 4 years ago
Rename solution file

bcd82560aa938e5a7fd11f6c6bdf0e1236fb363a authored about 4 years ago
Merge branch 'master' into project-euler-4

31a834dd0842a714c3bc420a93c29a9b368c3793 authored about 4 years ago
updating DIRECTORY.md

687840f22f6dab1a2b08395e8df39630099660f2 authored about 4 years ago
Fix Project Euler structure and DIRECTORY.md

a1d052a8e7dca625fea4e7a4ce61fdee55702fc4 authored about 4 years ago
Merge pull request #72 from vbrazo/readme-contributing-license

Update Ruby documentation in order to provide better instructions for new contributors

bd52a0beef10a0751a8e43950a800d87c8ebda4c authored about 4 years ago
Merge pull request #71 from vbrazo/add-queue-data-structure-example

Queue data structure: using Array, Queue and SizedQueue

9a3473d7e932c7824d1d36832691e64ce3071c7f authored about 4 years ago
Merge branch 'master' into add-queue-data-structure-example

6fe6a512490d8f2b19ae5256f48c344840b4aa69 authored about 4 years ago
Merge pull request #70 from vbrazo/add-stack-data-structure-example

Stack data structure: simple stack operations

e50f61049ee011764f7826edd33109c9c37601b6 authored about 4 years ago
Merge branch 'master' into add-stack-data-structure-example

9125b8ae3ffb2817e824deb90189e1a300b689ce authored about 4 years ago
Merge pull request #69 from vbrazo/add-trie-data-structure-example

Trie data structure: Search string

4e1438728d018c82b3f9fdd0ce11c637996630c4 authored about 4 years ago
updating DIRECTORY.md

2eea7df79766be736309fd423100927a4c53c353 authored about 4 years ago
Merge pull request #68 from vbrazo/add-recursive-double-linear-search

Search algorithm: Recursive double linear search

6be922c05c3b70e7d7221cb7c4e117374b4e7180 authored about 4 years ago
Merge branch 'master' into add-recursive-double-linear-search

13354ceb923b6790e1742a0018510059374c3288 authored about 4 years ago
updating DIRECTORY.md

529f715f7a3883f8ebfc8ad078b6cc8445ca966a authored about 4 years ago
Merge pull request #67 from vbrazo/add-double-linear-search

Search algorithm: Double linear search

e83b26df83becb608237be80ac75d5b31823f7d1 authored about 4 years ago
Merge branch 'master' into add-double-linear-search

f98408d2dbef21a6f1f5008c9857e05ca5fd06b3 authored about 4 years ago
Merge pull request #65 from vbrazo/add-recursive-linear-search

Search algorithm: Recursive linear search

6d71f27b2e55feb56075b8e82d096cf603451d8b authored about 4 years ago
updating DIRECTORY.md

610d9deab3040187a0c8afd0536579b95d738ae2 authored about 4 years ago
Merge pull request #64 from vbrazo/add-first-array-example

Array data structure: Get products of all other elements

9b74ae2e5b491062713ae10a1560927d7cfade2e authored about 4 years ago
updating DIRECTORY.md

46761fb6be7de8098d548a749a6a90842bebab59 authored about 4 years ago
Merge pull request #43 from onurer/master

Add the third problem from project Euler

06d095e0b8fc466ceb21314a0744ac94f7927c37 authored about 4 years ago
updating DIRECTORY.md

90ac8a1a635a054392f3d355816c2372ddef2824 authored about 4 years ago
Merge pull request #44 from onurer/master

Add the fourth problem from project Euler

9d56bfc605de0ed35d58b78e617c5122487a644b authored about 4 years ago
Positional argument should be Ruby style instead of Python

4c546f8fac9b90b68d61c2132a9d6128bcd19ca6 authored about 4 years ago
Remove template for now

752d8510b3e5f9d3f76817e8eb958335d065cc96 authored about 4 years ago
Remove this bagde for now

84aca0e8664bde75596d2efac02eacff508f2879 authored about 4 years ago
Change ownership to @vbrazo

eee836f08791a4153defc88fa444fe9a5ce78fcb authored about 4 years ago
Add project_euler/README.md

38a4f45add35368a54fbe8c610929f8907797505 authored about 4 years ago
Add LICENSE.md

0157ee72484180babeab26b39cfc155d8c15ddfd authored about 4 years ago
Add CONTRIBUTING.md

c5f49a71792a4bb2dc81bb6f54a8039158d49e52 authored about 4 years ago
Modify README and follow Python format

73f35af25e75b2a6c452c6ecc99cb938c14e10e0 authored about 4 years ago
Merge pull request #55 from vzvu3k6k/bogo_sort_test

Add tests for Sorting/bogo_sort.rb and run tests on CI

8127d198ea7c67e011c5af346002fd5f78d0066c authored about 4 years ago
updating DIRECTORY.md

082a02e7613545a63a253fc926e53129d3cb726b authored about 4 years ago
Update DIRECTORY.md

40b463589524c7b3c7c167565eb3b38f2f509def authored about 4 years ago
Rename variable que to queue

7cbb0654b78dd626391a82f622295116175abce1 authored about 4 years ago
Add references links

888ad29ba2388cd3bd00b929358f69988987ab7b authored about 4 years ago
Update DIRECTORY.md

42b1a00dfd68c98445781a5a1bb9b646a4cfe88a authored about 4 years ago
Add Queue data structure: Array, Queue and SizedQueue

a7334a3cbe89443e5a78620092eb8c984313406d authored about 4 years ago
Update directory.md

bfcba1016bcb51d7070184d40fc64458be112f5f authored about 4 years ago
Update DIRECTORY.md

97b8dd54cdcbaf45586470867c4cb8a4cf4a6cbd authored about 4 years ago
Add StackOverflowError example

80ecfe2270ae1add0f1f632401ecd9abf465065f authored about 4 years ago
Minor changes

f0a01ee3daa7aeffde0e4ee31bb619f5103474f9 authored about 4 years ago
Add Stack data structure: simple stack operations

caa5afd97d6b5b18873870980c0f0435fc9dcdc3 authored about 4 years ago
Add Trie data structure: Search string

43ebe0c33edffaab11db21f7e8bfc1e9b7bc383a authored about 4 years ago
Kill spaces

89ad4fdbbc2f284a15f718ca9a606e625d4d22fb authored about 4 years ago
Add entry to DIRECTORY.md

c82082c3c43881200eb7768fdb4815155a431795 authored about 4 years ago
Add Recursive Double Linear Search

4de3238d39098d6df18e9119ca619a2355fb9421 authored about 4 years ago
spaces

7289ef00552117c4e08131009475abedf5d7e944 authored about 4 years ago
Update DIRECTORY.md

7afb2806d31fd0af962d06aa7906d0633870c825 authored about 4 years ago
Pass rubocop

e2a03f33c4e7ef662ede4323b4f33a886404b8b2 authored about 4 years ago
Add double linear search

00a3e61cfec3cd817268634c8c9c53a0fc14d224 authored about 4 years ago
Update DIRECTORY.md

99fae7a9309a35434f56848b9b7e215feb9f407e authored about 4 years ago
Fix rubocop offenses

c5898581f46a1309f80a3d42ee566e3688653d7d authored about 4 years ago
Add Search algorithm: Recursive linear search

4586b9dcd91c78f7a8dc56c8d0b58f74c0abad7e authored about 4 years ago
Update DIRECTORY.md

6a64ce0c5ac381f79a7243b62341e90a05a0e7ca authored about 4 years ago
Rename var

a285989e1cf2601c519bd338aab2d8b115b879b6 authored about 4 years ago
Separators

dcfdf73a7f937e12470a585add4e6107ef942583 authored about 4 years ago
Add DIRECTORY.md entry

13f9770de540fd3470623114358f6f6db99582e2 authored about 4 years ago