Ruby icon indicating copy to clipboard operation
Ruby copied to clipboard

All algorithms implemented in Ruby

Results 10 Ruby issues
Sort by recently updated
recently updated
newest added

### Description Setup Gitpod environment for running the repository in Gitpod. Add Gitpod ready to code Badge to the README.md file. Other repos like Python and Java in `TheAlgorithms` use...

Adjustments in the calculation of the Fahrenheit temperature, where the last sum of 273.15 was not achieved; Adjustments in the description of the kelvin_to_fahrenheit function, where the calculation description was...

Added Odd Even Sort Algorithm. Earlier it was only available in Python, JavaScript, C++, Java, C and Rust. I tested the algorithm and it runs well on my device. https://the-algorithms.com/algorithm/odd-even-sort...

# Δx (Delta-X) equation * Δx = Vo * t + 1/2 * a * t^2 * Script I would be implementing - https://github.com/Nick67644/Ruby-Quick-Motion-Chart-Calculator # Why? * I think adding...

enhancement
stale

# Time-Free-Equation * Vf^2 - Vi^2 = 2 a Δx * Script I would be implementing - https://github.com/Nick67644/Time-Free-Equation-Calculator # Find: * Δx * Acceleration * Final Velocity * Initial Velocity...

enhancement
stale

# Free Fall Distance * t = sqrt of d * 2 / g * Script I would be implementing - https://github.com/Nick67644/Free-Fall-Distance # Find: * Seconds # Why? * I...

enhancement
stale