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

Merge pull request #133 from TheAlgorithms/sort-color

Sort color

e7035d92c186d7ef88e6533d8d1dd2acacfba5f1 authored almost 4 years ago
Fix lint

fe6d8489c354b2f030b74630b84159f80a50fbc9 authored almost 4 years ago
enter

42dafdfe7aec3ada31cb7b2d1aeee562b04c2cd1 authored almost 4 years ago
updating DIRECTORY.md

812a8e42afa4c3c01e5f387b496b4cc7cfc69f35 authored almost 4 years ago
Sort color algorhtm

9f7e58c574648fce4bc4e5b9a4af1717df8f4a79 authored almost 4 years ago
find min feature implementation

1ec08e7207b83b3845b711b4ed38991738380f09 authored almost 4 years ago
Merge pull request #131 from msaf9/master

PR for find max feature

40460108afb4e78fefc0a6d8ad656b173808679c authored almost 4 years ago
find_max -> DIRECTORY alphabetical order implementation

9b6a1252e270128d8f470a1c840e9ea9a988543f authored almost 4 years ago
find_max -> DIRECTORY implementation

fb012895154638e262c8d8c4e4210633da0358db authored almost 4 years ago
code cleanup

984477c24c8d59533837e8c7386d073c2cd69b24 authored almost 4 years ago
find_max code refactor

0c1892d4ef3e9e8e9a4e8015f408208d8b9fded0 authored almost 4 years ago
Merge pull request #130 from jsca-kwok/jk-intersection

Intersection of 2 Arrays

dd3bf368d45dfdf82d7f0e2bee56865a8e7cdb39 authored almost 4 years ago
Update data_structures/arrays/intersection.rb

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

5c1580fc10038963e124a6b7fc3878aeacbf188d authored almost 4 years ago
Update data_structures/arrays/intersection.rb

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

db2d1b74a299e15038b71b8d77a76d5791a88e59 authored almost 4 years ago
Merge branch 'master' of github.com:msaf9/Ruby

040b917b3d004ced03200be8a3e5b4c4c53cf122 authored almost 4 years ago
find max feature implementation

055bc6fe27e1ff4540226cd3816bc6376db004e8 authored almost 4 years ago
Added sudoku challenge

211bb2c23f18b1e84b2f365ef455d986987f65f0 authored almost 4 years ago
Merge branch 'master' into jk-intersection

25d76f89448276b02ba11528e24734586f8cda44 authored almost 4 years ago
Merge remote-tracking branch 'origin/master' into jk-intersection

f1c72d43ba495d13eb9d2863b8f996a2b9ec6dac authored almost 4 years ago
Add two pointers solution

b0287375a44d9c55bf992fae05028f0ccf51efcb authored almost 4 years ago
Add hash solution

7b20bca2f82d02d9bc7046bc7d386a11f7389c84 authored almost 4 years ago
Add brute force solution

2c11993806af4b8d91228274faf2576c325dc283 authored almost 4 years ago
Merge pull request #129 from TheAlgorithms/add-array-intersection-two-pointer

Sorted arrays intersection: two-pointers approach

0031059c0a46c2e621eb25081a42ed10e6871fd9 authored almost 4 years ago
updating DIRECTORY.md

b1131f996a577f874dd3470d373daed7cf302c83 authored almost 4 years ago
Update and rename arrays_intersection.rb to sorted_arrays_intersection.rb

b101ef25d7aec58f631293f0ff91c355c298120a authored almost 4 years ago
Update arrays_intersection.rb

da89bae9314f1dc838ec299556324908a479f1f3 authored almost 4 years ago
updating DIRECTORY.md

6a076bde0750af89a078e98a49c0e7c0b4735f33 authored almost 4 years ago
Arrays intersection: two-pointer approach

50e6dc6f86993d9ad93fdf4760d4204fcc49fd9c authored almost 4 years ago
updating DIRECTORY.md

0f3441c0882faa759dcfcccb021631e0f5b45dd0 authored almost 4 years ago
Merge pull request #127 from msaf9/master

[math] add and median

6e29e987e86d2884843edfd676697530e8ac7472 authored almost 4 years ago
add output for add algo

256f376574bc179d4e131a2ead1e546443efe223 authored almost 4 years ago
add output

fbe6e9851d43c9c094aed24a5fe30c199aa465d3 authored almost 4 years ago
Update average_median.rb

82d71a94c7f82b27bce665c40eb43942d3257bd9 authored almost 4 years ago
renaming

0df659abae276bb7b42821a4f30d0883fd6ef16e authored almost 4 years ago
average median feature implementation

ae40765c38c30ef075f3c8c150f1dd28df282a21 authored almost 4 years ago
Merge pull request #125 from TheAlgorithms/array-intersection

Arrays intersection

e230521122281da21b4603317d2b61a7f35503db authored almost 4 years ago
Merge pull request #126 from TheAlgorithms/next-greater-element

016911d7821f03c0733f17d55c9423c36a9a8bcc authored almost 4 years ago
updating DIRECTORY.md

b2fc530555f38f2da5f3fe173e5ae6f97b406ee3 authored almost 4 years ago
Merge pull request #128 from maxbarsukov/rename-folder

The Searches folder is renamed to lowercase just like the other folders

1445828a8fc01a1a396bf851fe60f61ff5badb11 authored almost 4 years ago
The Searches folder is renamed to lowercase just like the other folders

f94eafd15a76817545647c5c408af416fd21ee15 authored almost 4 years ago
add feature implementation

1a8dc1debfad7e10719736dafd32edfbc291a393 authored almost 4 years ago
Update next_greater_element.rb

20d5ea3b6d419bd3b9fc62f07c3863607ff1c167 authored almost 4 years ago
add complexity analysis

4d9d7ca1cdad47591163d384c8de5f891f23c2a8 authored almost 4 years ago
updating DIRECTORY.md

4e0d914d63c1eb4c4ea2eb436325b3e2992623cf authored almost 4 years ago
Minor changes

1c9a26f389a5d62b60a10a7879c0eed848ec8c0f authored almost 4 years ago
Next greater element

ce0d1863a292cb69ab7ab01b4145e8e462058f29 authored almost 4 years ago
Update arrays_intersection.rb

2197a587fb4d6405adc425adfa81bf06922c550b authored almost 4 years ago
Minor changes

745b66227bb05231d401d51e558a00aae42d3a39 authored almost 4 years ago
updating DIRECTORY.md

d6e7b9f1d8411d02a81664f517dbec81b56f9e27 authored almost 4 years ago
Move to correct path

fe4e56e8a4a04b3fc317477ad6a16e369f50bf1a authored almost 4 years ago
updating DIRECTORY.md

21e8bb04ef3d4346e1ba94dfb093fb7e1ed3cba3 authored almost 4 years ago
Add hash table approach

9fbd75fa66dd64a7766fa250075e37bcd26c406f authored almost 4 years ago
Merge pull request #123 from jsca-kwok/jk-palindrome

Add palindrome algorithm

7b49aac8a7e03e5d41d5fbe436fa0e3714e31b49 authored almost 4 years ago
Update data_structures/arrays/strings/palindrome.rb

49db26c56be44d2ca3ab00034e264a1ae877604e authored almost 4 years ago
updating DIRECTORY.md

443cf9db8850e78d45f1fde83907f1d021e597e0 authored almost 4 years ago
Update data_structures/arrays/strings/palindrome.rb

bd6b1067c0b56d206e7c4a9307c57312289bc197 authored almost 4 years ago
Merge pull request #122 from msaf9/master

average mean ruby program implementation

d858e809254e229b3f19c502051c6a36ed75806f authored almost 4 years ago
Merge pull request #124 from maxbarsukov/patch-1

Minor code style improvements

88e32d058dee32175bf15d79e3c6abc725115494 authored almost 4 years ago
Minor code style improvements

Tabs are corrected, semantic blocks are separated.

e6b674275ea56995dafe8e7e080e3789ea503f91 authored almost 4 years ago
Merge pull request #119 from TheAlgorithms/generate_parenthesis

Generate parenthesis

4fa7e1a672737bf9ca06381f003e2444d2b8cdb6 authored almost 4 years ago
Add solution using two pointers

7655003b6cc333ee1512a33f7c9fa0901974189d authored almost 4 years ago
Add solution using a reversed array

6c7b37ab76b1a52c93205d91fb65a9d0413cc1db authored almost 4 years ago
Add solution using .reverse

04a4c9aaedfac2f3b9145be39f1201362a053a0d authored almost 4 years ago
average mean ruby program implementation

b1b6f80a0bf16781f828027437c55c6404eaf031 authored almost 4 years ago
updating DIRECTORY.md

46ec0d4fecc019582272ee848f6be2659abd9d21 authored almost 4 years ago
Merge pull request #121 from atarax665/factorial

Factorial Iterative

5843714e0bd882954aa43a001f677f60a2df8fb3 authored almost 4 years ago
minor changes

30c9176098283561bee7598eaaebe3019bd345cd authored almost 4 years ago
Added factorial iterative program

e90238e1f712285bb87d421acdb34de0760d8ef5 authored almost 4 years ago
close )

fc0c664f6bd123fd2e6f5dba7a06c05497240866 authored almost 4 years ago
Add complexity analysis and detailed example

7eea20ed6e0369db5d5ff8d2f99aa431ac78a224 authored almost 4 years ago
Add approach description

1d974b2ea18e646fe277ada716902d42ed95c659 authored almost 4 years ago
updating DIRECTORY.md

1350b46474aa437169639166e041ebdfdaa469af authored almost 4 years ago
add generate_parenthesis backtracking approach

13aec345eaca265cc5ea218754faefc62fe557a6 authored almost 4 years ago
Add palindrome challenge

c2bd60c2231b3ccbc385a4dd46d3e7ead10aab9b authored almost 4 years ago
remove duplication

515b076e61872aaeac08d09ad6c77007ce1d75d5 authored almost 4 years ago
Merge pull request #118 from TheAlgorithms/valid-anagram-other-approaches

Is anagram: other hash approaches

dc504fc1c0939f2132eb9240ddfb0cb41142cdb0 authored almost 4 years ago
Add very simple tests

434e72a4f7cc0cd977e98c941449e492929e1d2f authored almost 4 years ago
Add another hash table approach

44c32084541b2679161577a1257d1454d4f4752d authored almost 4 years ago
Add hash table approach

dc533283a2a3c5743fae1548210f8968fb7a8d08 authored almost 4 years ago
Merge pull request #117 from TheAlgorithms/add-valid-anagram-hash-approach

Valid anagram: hash table approach

b72876329f7e6fb9e52db0739fecaa83cabbfdf4 authored almost 4 years ago
Update anagram_checker.rb

6b8529a1a698e7316cb809fd01c557f6b7726142 authored almost 4 years ago
Minor changes

ad959fcfb037a205a42bfed1b496624e2faa05ad authored almost 4 years ago
updating DIRECTORY.md

2da2ec55f6e32b1c418e44c6b2a4576ecfbfb54f authored almost 4 years ago
Valid anagram: hash table approach

4674c2d97b205f14a2b471d00c24afca4e44048f authored almost 4 years ago
updating DIRECTORY.md

a472f9a6ffdd32cb41772b0dc14c969249b83a05 authored almost 4 years ago
Merge pull request #115 from msaf9/master

Temperature conversions algorithm

03349029650a6b0e842efddc7dc07368eb3b415b authored almost 4 years ago
small clean up

726cce387547a8ffd4d3fc16b2d793a5ca8bca93 authored almost 4 years ago
Update temperature_conversions.rb

0607e30c314e8d4bc5925ed36ec9f845fd710076 authored almost 4 years ago
Update conversions/temperature_conversions.rb

381b66bed392a7235279131ef1d2c17fe9761a5e authored almost 4 years ago
Merge pull request #116 from jsca-kwok/jk-anagram

Anagram: sorting approach

3bc8a108e418586a76fdbe7ce313b611599ee265 authored almost 4 years ago
Update data_structures/arrays/strings/anagram_checker.rb

a93d5cc072d98981331661186ad8650405dc6bde authored almost 4 years ago
Update data_structures/arrays/strings/anagram_checker.rb

3bc81b8195b91a2282b7eb4b3fdc916364ec373f authored almost 4 years ago
Add intersection challenge

2fe1098805de6fb91f5b567484f01d3f90ae720a authored almost 4 years ago
Add sort and compare solution

6c785524fbad57ffb26d8858fdfb2f348a4fd296 authored almost 4 years ago
temperature conversions: ruby program implementation

b180da651117bea0393a26152cefd49e09b7ee42 authored almost 4 years ago
Merge branch 'master' into jk-anagram

f7ac1a7725a0fb2ae8a4c653c48edd8da9042df7 authored almost 4 years ago
Merge pull request #114 from TheAlgorithms/move-algo-to-string-folder

8536b2893fc0a516e9cd04498485e0904d3a85ee authored almost 4 years ago
updating DIRECTORY.md

e60cd1b5e66b6425820cf3577c4cf8bf2b6928b1 authored almost 4 years ago
Move more algos to hash table folders

f6a84ea326f626869b7876fff5f564b2f49a6de1 authored almost 4 years ago
Move two_sum to hash table folder

57a46a8271c8be49b199142fc0efa589a9bf6702 authored almost 4 years ago