TheAlgorithms / Ruby

All algorithms implemented in Ruby
MIT License
1.15k stars 289 forks source link

Added Odd Even Sort Algorithm #215

Open cyrixninja opened 11 months ago

cyrixninja commented 11 months ago

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 https://en.wikipedia.org/wiki/Odd%E2%80%93even_sort