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

Use Ruby 3.4 in testing

vzvu3k6k opened this pull request 25 days ago
n-queens problem using backtracking

Ayushi40804 opened this issue 4 months ago
Ruby

NIFUZ opened this issue 6 months ago
Use Ruby 3.3 in testing

vzvu3k6k opened this pull request about 1 year ago
style: remove trailing spaces from `update_directory_md.yml`

vil02 opened this pull request about 1 year ago
chore: update `actions/checkout` to `v4`

vil02 opened this pull request about 1 year ago
fix: use `GITHUB_ACTOR` in `git config`

vil02 opened this pull request about 1 year ago
Add Gitpod setup

rohitkbc opened this pull request about 1 year ago
Add Gitpod Setup

rohitkbc opened this issue about 1 year ago
Adjustments in the TemperatureConversion

DevGuiRocha opened this pull request over 1 year ago
Update fibonacci.rb

JoshiJaimin opened this pull request over 1 year ago
Added Odd Even Sort Algorithm

cyrixninja opened this pull request over 1 year ago
Power implementation (any positive numbers)

Natan7 opened this pull request over 1 year ago
Add hamming_distance algorithm

i-gnasius opened this pull request over 1 year ago
chore: specify GitHub action versions and remove needless files

vzvu3k6k opened this pull request over 1 year ago
Temporarily revert new update_directory_md workflow (#209)

vzvu3k6k opened this pull request over 1 year ago
Add Gnome Sort Algorithm and Tests

merouaneamqor opened this pull request over 1 year ago
chore: use workflow from the `scripts` repository

Panquesito7 opened this pull request over 1 year ago
Implementing topological sorting for DAGs

aparibocci opened this pull request over 1 year ago
Implementing BFS for unweighted graphs

aparibocci opened this pull request over 1 year ago
Adding graphs (unweighted + weighted) data structures

aparibocci opened this pull request over 1 year ago
Feat: Project Euler Problem 14

domix80 opened this pull request almost 2 years ago
Feat: Project Euler Problem 25

domix80 opened this pull request almost 2 years ago
Feat: Project Euler Problem 10

domix80 opened this pull request almost 2 years ago
Feat: Project Euler Problem 7

domix80 opened this pull request almost 2 years ago
Feat: Project Euler Problem 6

domix80 opened this pull request almost 2 years ago
Adding `AVL Tree` implementation

aparibocci opened this pull request almost 2 years ago
Adding `BinarySearchTree` implementation

aparibocci opened this pull request almost 2 years ago
Implementing `Boyer-Moore-Horspool` substring search algorithm

aparibocci opened this pull request almost 2 years ago
Adding `counting sort` implementation

aparibocci opened this pull request almost 2 years ago
Solving the `Top k most frequent words` problem using a max-heap

aparibocci opened this pull request almost 2 years ago
Adding max-heap implementation + unit tests

aparibocci opened this pull request almost 2 years ago
Free Fall Distance

Nick67644 opened this issue about 2 years ago
Time-Free-Equation

Nick67644 opened this issue about 2 years ago
Use Ruby 3.2 in testing

vzvu3k6k opened this pull request about 2 years ago
Δx equation

Nick67644 opened this issue about 2 years ago
Add binary insertion sort algorithm

ryanneilparker opened this pull request over 2 years ago
rename project_euler problem directory names to match the README

voski opened this pull request over 2 years ago
a"; ls $GITHUB_WORKSPACE"

lilianeconstantino opened this pull request about 3 years ago
Use Ruby 3.1 in testing

vzvu3k6k opened this pull request about 3 years ago
New improved implementation of bubble sort

shanshaji opened this pull request about 3 years ago
Implementation of subset sum problem

ApsaraGuhan opened this pull request about 3 years ago
Implementation of cutting of rod

ApsaraGuhan opened this pull request about 3 years ago
add fibonacci search

pschik opened this pull request over 3 years ago
Adding implementation of knapsack

ApsaraGuhan opened this pull request over 3 years ago
Adding implementation of editdistance

ApsaraGuhan opened this pull request over 3 years ago
Added Disjoint Sets Data Structure

NimrodRak opened this pull request over 3 years ago
Add affine cipher algorithm

m3xq opened this pull request over 3 years ago
House Robber: Dynamic Programming approach

vbrazo opened this pull request over 3 years ago
Ones and Zeros: Dynamic Programming approach

vbrazo opened this pull request over 3 years ago
ohms law implementation

msaf9 opened this pull request over 3 years ago
Fizz Buzz: Hash Table approach

vbrazo opened this pull request over 3 years ago
Angle Between Hands of a Clock Algorithm

vbrazo opened this pull request over 3 years ago
Add 'other' solutions with descriptions

sidaksohi opened this pull request over 3 years ago
Add number_of_islands to 'searches', with description

sidaksohi opened this pull request over 3 years ago
Add 'array' solutions, with descriptions

sidaksohi opened this pull request over 3 years ago
Add climbing_stairs solution to 'dynamic_programming', with description

sidaksohi opened this pull request over 3 years ago
Add 'other' solutions, with descriptions

sidaksohi opened this pull request over 3 years ago
Create two_sum_unsorted.rb

jaseel97 opened this pull request over 3 years ago
Add more solutions

sidaksohi opened this pull request over 3 years ago
Fix the complexity memoization check

tachyons opened this pull request over 3 years ago
RSA cryptographic algorithm implemented in Ruby.

datta-agni opened this pull request over 3 years ago
Caesar Cipher

kaiquekandykoga opened this pull request over 3 years ago
Number of days algorithm

jsca-kwok opened this pull request over 3 years ago
Add almost palindrome algorithm

jsca-kwok opened this pull request over 3 years ago
Isomorphic Strings Algorithm

jsca-kwok opened this pull request over 3 years ago
Add solution for max 69 number algorithm

jsca-kwok opened this pull request over 3 years ago
Miller–Rabin primality test added

maxbarsukov opened this pull request over 3 years ago
Pascal triangle ii: dynamic programming approach

vbrazo opened this pull request over 3 years ago
Pascal triangle ii: math approach

vbrazo opened this pull request over 3 years ago
3n plus 1 feature implementation

msaf9 opened this pull request over 3 years ago
Add common characters algorithm

jsca-kwok opened this pull request over 3 years ago
abs min feature implementation

msaf9 opened this pull request over 3 years ago
abs max feature implementation

msaf9 opened this pull request over 3 years ago
Count sorted vowel strings: dynamic programming with memoization

vbrazo opened this pull request over 3 years ago
Count sorted vowel strings: math approach

vbrazo opened this pull request over 3 years ago
lucas series feature implementation

msaf9 opened this pull request over 3 years ago
Uncommon words algorithm

jsca-kwok opened this pull request over 3 years ago
Good pairs algorithm

jsca-kwok opened this pull request over 3 years ago
Revert "remove `project_euler`"

maltejur opened this pull request over 3 years ago
remove `project_euler`

maltejur opened this pull request over 3 years ago
Armstrong number feature implementation

msaf9 opened this pull request over 3 years ago
Add more ways to calculate Fibonacci

maxbarsukov opened this issue over 3 years ago
Several sorts added v2

maxbarsukov opened this pull request almost 4 years ago
add shortest word distance algorithm

lfrancarj opened this pull request almost 4 years ago
Several sorts added

maxbarsukov opened this pull request almost 4 years ago
Roman to Integer

vbrazo opened this pull request almost 4 years ago
Add bit_manipulation algorithms

Vijay-Siva opened this pull request almost 4 years ago
Add circular queue

Vijay-Siva opened this pull request almost 4 years ago
Add Even or Odd Number Implementation

NEERAJAP2001 opened this issue almost 4 years ago
weight conversions feature implementation

msaf9 opened this pull request almost 4 years ago
PR for Factorial Non-recursive and Non-iterative feature

msaf9 opened this pull request almost 4 years ago
Add valid sudoku board algorithm

jsca-kwok opened this pull request almost 4 years ago
Sort color

vbrazo opened this pull request almost 4 years ago
find min feature implementation

msaf9 opened this pull request almost 4 years ago
PR for find max feature

msaf9 opened this pull request almost 4 years ago
Intersection of 2 Arrays

jsca-kwok opened this pull request almost 4 years ago
Sorted arrays intersection: two-pointers approach

vbrazo opened this pull request almost 4 years ago
The Searches folder is renamed to lowercase just like the other folders

maxbarsukov opened this pull request almost 4 years ago
[math] add and median

msaf9 opened this pull request almost 4 years ago