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

Add better solution - O(n) time and space

ecde337d9bab5665169c161f88345e0230a25226 authored about 4 years ago
Add brute force solution

d24e95ae02dd2eed13501181cb3d69b350973959 authored about 4 years ago
updating DIRECTORY.md

d6e44e6afaedf9ff9cd90021fc7642424a6d0ed0 authored about 4 years ago
Add Rakefile to run tests

f3dc923ccb368551b6207188f702746e6c3bd93b authored about 4 years ago
Run tests on CI

99b940ec8efda4c7abc0d1c630b106d82d562f3d authored about 4 years ago
Add tests for Sorting/bogo_sort.rb

2f53abe79881392940bf80a227e6e693c2dc6741 authored about 4 years ago
Merge pull request #62 from TheAlgorithms/feature/unify-folder-name

Unify the folder name

cc3001269142f28affeca16b4237a321f7625763 authored over 4 years ago
Merge pull request #63 from TheAlgorithms/feature/unify-folder-name_lower-case

Lowercase folder names

eecc823f124cc62eb24ebdd9f33de67a23daef4a authored over 4 years ago
updating DIRECTORY.md

4764d50a4043a867cc40b580f645b259f1b522f4 authored over 4 years ago
Lowercase folder names

ec8920677492b336af8adace549012325e5f036c authored over 4 years ago
updating DIRECTORY.md

49d7c464eca6db26ee2c6bdf4fa5e5a1964dc668 authored over 4 years ago
unify the folder name

aca9a7c62022e2abc33f2e7bd92feb65a50964a7 authored over 4 years ago
Merge pull request #60 from vzvu3k6k/fix-typo

chore: Fix typos (seprated -> separated)

55f7f86c7651969b84cfaaa8aacece9fd5c64913 authored over 4 years ago
Fix typos (seprated -> separated)

48fe20307d63bc16311bcd58664a2268ee161399 authored over 4 years ago
Merge pull request #59 from vzvu3k6k/fix-warnings

chore: fix warnings by `ruby -w`

4c2e1d9dea183d672a2cf7a175152ab32a935cc0 authored over 4 years ago
Use comment instead of string literal

This removes the following warning which `ruby -w` emits:
> heap_sort.rb:1: warning: unused lite...

41255077271fb9ff64313c0ca324f08b56618d9e authored over 4 years ago
Fix indentation

This removes the following warning which `ruby -w` emits:
> bogo_sort.rb:8: warning: mismatched ...

9e911b19d6d2f842599afaa90fdde46daa72e2f6 authored over 4 years ago
updating DIRECTORY.md

df6467d8a813a65858192fb5d188a9478b9c48e1 authored over 4 years ago
Merge pull request #58 from anubhav8421/add-solution-to-project-euler-problem-20

Add solution to project euler problem 20

9755ecad5f53c0ae15e96cb0c44fe77c4eef5b6d authored over 4 years ago
updating DIRECTORY.md

6e02f3df5903c10f5924943694b4e99c795ff589 authored over 4 years ago
Merge pull request #57 from anubhav8421/add-solution-to-project-euler-problem-21

Add solution to project euler problem 21

471a8f24da4501bd89eee949f2eede8f8ddffb04 authored over 4 years ago
Add solution to project euler problem 20

288956fc87f56e48b41f6e3d98430a9679c8c450 authored over 4 years ago
Add solution to project euler problem 21

d305176764b74e3fe7c4341e9ea0bf5fa8e77176 authored over 4 years ago
updating DIRECTORY.md

62d8516a7e2ecf53a248ab65df65421cd90d7dd3 authored over 4 years ago
Merge pull request #54 from anubhav8421/add-solution-for-project-euler-problem-22

Add solution to problem 22 of Project Euler

751aa9fa410e2792bb4e840c995554ee7f2e6b33 authored over 4 years ago
updating DIRECTORY.md

459f674ec2726477162693caf7cc43ff249e9e25 authored over 4 years ago
Add solution for the Project Euler Problem 4

55e16ab995caa8e8dc045f0362bd71d1fd2d7425 authored over 4 years ago
Make changes as per the review received

04370fbb4c182cc2af5b04fb950e6765ef938e08 authored over 4 years ago
Add question 22 details in the solution file

29f5afc96aeb32591626562c50c4511cd1a535ba authored over 4 years ago
Add solution to problem 22 of Project Euler

e559a4d25b67702040e9ca71c3ce98ae16cd83c3 authored over 4 years ago
updating DIRECTORY.md

42edafb785c110c56e1fa41084e3b3a8d8750057 authored over 4 years ago
Merge pull request #50 from anubhav8421/project-euler-problem-3

Add solution for the Project Euler Problem 3

5562342e123c3bebdb827cdc8ba7729acf3878ff authored over 4 years ago
Merge pull request #52 from red0xff/linked-lists-fix-ruby-style

make linked-list implementations more respectful on the Ruby style, and make them enumerable

961634d80cb15f52115eb43c121380e6c0733dd1 authored over 4 years ago
updating DIRECTORY.md

0ebdcdd38b945de466b0724864454b773c0cd97b authored over 4 years ago
Merge pull request #53 from red0xff/merkle-hellman

Add merkle-hellman cryptosystem implementation

c5b278208c00ef54d5f5efc9e1f2d947a3ae71cd authored over 4 years ago
Add merkle-hellman cryptosystem implementation

dc79a23deed98fddb882dc16f7371e6dad0db2d5 authored over 4 years ago
Fix the programming style (make it more idiomatic to Ruby)

75c72ca7a5d5180c0bfd86e26dfe2b1e6d41901c authored over 4 years ago
updating DIRECTORY.md

a3d895a36719bf0a4b4f76f2228ec1a5c31e01f5 authored over 4 years ago
Merge pull request #49 from dandynaufaldi/search-dfs

Add depth first search

d6d2d67fe8aecedb58d90a9893f140b6cec0a59d authored over 4 years ago
Add solution for the Project Euler Problem 3

963167459e8a187b666cde077741b509a85f796b authored over 4 years ago
Add depth first search

e51fc998a82b60372671ee7c98d8466e350da118 authored over 4 years ago
updating DIRECTORY.md

65f50c83a27488ff67524a448dafe506c10db90c authored over 4 years ago
Merge pull request #47 from Doppon/fix-ruby-syntax

Fix syntax of ruby code, and Unify the naming convention with snake case

26a761023891bb3267c4e82ec312903cde9a287b authored over 4 years ago
fix filename to snake_case

cb7542873ed8c289aab627cc3cf666a38962a0e9 authored over 4 years ago
fix syntax of Sorting

c7177045c8ac97ac14384b68c41b1f28a6d92f56 authored over 4 years ago
fix syntax of other and discrete_mathmatics

b23765e4c81e804a9b37b3da4406fa908976f502 authored over 4 years ago
fix syntax of data_structures

9c1823739c50d233d2ac0546a7718602dacacac5 authored over 4 years ago
Merge pull request #40 from mateusluizfb/master

Fix `NoMethodError` in the quicksort

04fd348291acb756fa0150554f855abc69bb8c9d authored almost 5 years ago
Update README.md

2b2b0ed5c91cd2f4e8e18d79c1e9e5352c0a69c5 authored almost 5 years ago
updating DIRECTORY.md

9a7394c14b16ff190d3dca42a3fda6f6f447d905 authored almost 5 years ago
Create update_directory_md.yml

209c792a440e58e4a41bc8888d6bdba909aa4a1c authored almost 5 years ago
Create DIRECTORY.md

4dc106cdb6c6ee4345e814ec8fcba353b5cb60dd authored almost 5 years ago
Merge pull request #46 from t-mangoe/merge_sort

Add merge sort

734274f278748dcdc5bb270968f30cb505712b21 authored almost 5 years ago
Add merge sort

df6fdd0a1452b2190d733cb1368b010c7ca2c4bf authored almost 5 years ago
Create jump_seach.rb

2c1b0d9f778a3c3d1316e61c0a23e8d6e373db28 authored over 5 years ago
Add the fourth problem from project Euler

Add the fourth problem from project Euler

86d482995335036ead05d0f3cd69c38b0dccc0e8 authored over 5 years ago
Add the fourth problem from project Euler

Add the fourth problem from project Euler

2980dd73c123905dabd40071661dbacd7f04bbf2 authored over 5 years ago
Add the third problem from project Euler

Add the third problem from project Euler

3cca135e4e179e606f27f5507ce956124d6cd1e5 authored over 5 years ago
Create CircularList

2ab1f330b42ccfdd14bb35c0ee11334ad413ec51 authored over 5 years ago
Fix `NoMethodError` in the quicksort

The code was raising a `NoMethodError` with the description:
`quicksort.rb:17:in `<main>': pri...

b950d3530d98b11151f150b725fd3688559f64aa authored over 5 years ago
Merge pull request #39 from VitorCarminatti/requested-changes

Changed folder and added simple user interface

aa4dfbeefbf53560d3c46790aa5473668a06180a authored almost 6 years ago
Changed folder and added simple user interface

3fcd4b28a0d1639ad78649fef9e54194428fe933 authored almost 6 years ago
Merge pull request #32 from dnamsons/Project-euler-first-problem

Add the first problem from project Euler

fd39d5725a81c1ea1a2f2dd7386d7306bc1fea8d authored almost 6 years ago
Merge pull request #35 from ievax/project-euler-problem5

Added the fifth problem from project Euler

4d0b9f222316d0dfabc4eee0a033e26f57cb8b87 authored almost 6 years ago
Merge pull request #33 from dnamsons/Project-euler-second-problem

3c4774cd840cb5621ab9989ecc1a9525cfcb6d7f authored almost 6 years ago
Merge pull request #38 from pablohildo/fix/readme

Thanks for contributing

73572f740dc48b6c171907b20a9206801abd8991 authored almost 6 years ago
Merge pull request #37 from pablohildo/master

Added Fisher and Yates Shuffle

d75f5a5cca0bf9b25d73eac6939abbdcb04120f6 authored almost 6 years ago
Added Bogo Sort README

1e6020460fa6db48f942f186a939d7a50c3b0ef7 authored over 6 years ago
Added Fisher and Yates Shuffle

57837d4a96e1157fe30a7b7458fdd708d0b3d317 authored over 6 years ago
Added the fifth problem from project Euler

fe280737635486293c8fb99c05851019d4df2bb7 authored over 6 years ago
Add the second problem from project Euler

678271fc2046c89127f390414ce1006507e9132f authored over 6 years ago
Add the first problem from project Euler

5ae154d094748c84f75c74ae37e2a76612db0c60 authored over 6 years ago
Merge pull request #30 from christianbender/added_Sorting

I added a directory Sorting for sorting algorithms

7175100e8cc796c68eca4fb7b3c1c7c3fb087af2 authored almost 7 years ago
I added a directory Sorting for sorting algorithms

28075cbecb92312a2b694f31b7191466bb76f351 authored almost 7 years ago
Merge pull request #24 from MacBox7/heap-sort

Thanks for contribution

8d2850be24d6a28cbb3eaaf60d586bec7cffb4b1 authored almost 7 years ago
Merge pull request #20 from tuwukee/master

Add radix sort algorithm

7a189adccbd50a9952561ee43f8bc6cbfab84416 authored over 7 years ago
Merge pull request #19 from simonszu/lists

Lists

4eb1a3708439fd6bb100837b9094ccebbbe580f1 authored over 7 years ago
Merge pull request #17 from danielcarletti/bucket-sort

Bucket sort

b33d30af27cb503a8b4547d26445f144bc5abaad authored over 7 years ago
Merge pull request #13 from spencerking/binary_tree

Adding binary tree traversal and inversion

44f05ed565165ba5726ea22f9f8074b9bab6675c authored over 7 years ago
Merge pull request #12 from AndrewHYi/standard-file-names

Use ruby conventions for naming files

147ea89f9d35b7666f0b2973d13dbab1786fc1c1 authored over 7 years ago
Merge pull request #9 from thomashhuang/master

Implemented linear and binary search with tests.

85786644ca9ceff97473073891dc92e0f01580eb authored over 7 years ago
Merge pull request #7 from michellejanosi/add_algorithm

Add quicksort algorithm

1a1c1c3987855d99a3a44aa6bca18f4fd3bd55e1 authored over 7 years ago
Merge pull request #6 from JuantAldea/EuclideanGCD

Adding Euclidean GCD

fff65abae1e913285cbbf184da33705aac0309f4 authored over 7 years ago
Merge pull request #3 from andredurao/master

Adds Shell Sort Algorithm on README

d8c365502e60710128bad7e1e19af98df9401efc authored over 7 years ago
Implementation of Heap Sort

56d295f1dad126d9881fccecf6a3c8087f99ece2 authored over 7 years ago
Add radix sort algorithm

a8ce5b76785e5d59d9de10402a68702ab7e78e20 authored over 7 years ago
Added a double linked list data structure

d036dfd23685a945b12aa51333b54d756d7bce48 authored over 7 years ago
Added a single linked list data structure

b0b33ec97baf411cb20b980c0a2a0610765332a6 authored over 7 years ago
Bucket sort

6ab8da8f2b268a3129535201f3d378bf1b3b2f75 authored over 7 years ago
Traversals and invert

df1d3b24dd2045c2d02f673b8de63d4df7db57e7 authored over 7 years ago
Use ruby conventions for naming files

232974960eb05ad21a1a5bc43425c7bcd24ca354 authored over 7 years ago
Implemented linear and binary search with tests.

716890e4c8ebc039ed2dc4ee61476b7a05b16a0f authored over 7 years ago
Add quicksort algorithm

46962e371fd79c2528a4eb9f353441319a8b9705 authored over 7 years ago
Adding Euclidean GCD

160126c2d3e9237936e314a3163b9f8eb2616722 authored over 7 years ago
Rename files to Ruby's common usage

5a6e6fcf4ca08ca19c2602c26c71411e87fef741 authored over 7 years ago
Adding Shell Sort Algorithm on README

a55f9d026af190f894a5cf5a05c838546aa70c5f authored over 7 years ago
Merge pull request #2 from RaiVaibhav/master

Added Selection Sort algorithm

5cd15d08d86dca5386ccc885f2bd36ab781339d1 authored over 7 years ago
Update README.md

Updated Readme

66127e3eacf973a2567ed86f2f40257e83080ade authored over 7 years ago
Create Selection_Sort.rb

Selection_Sort in Ruby

40c21942efb4e191033cf9f125e0110b03f70442 authored over 7 years ago
Updated Readme

3a420212b5a04fe24c3f01ae8d34e802692906c0 authored over 8 years ago