Inspiration
After writing Hello World in Ruby, I learned a few basics of Ruby and today implemented the quicksort algorithm in Ruby.
What it does
It sorts the list of Integers, using Quick Sort Algorithm
How we built it
I built it in Ruby, after learning the concepts of Quick Sort.
Challenges we ran into
Writing a recursive code was a bit challenging task for me!
Accomplishments that we're proud of
My First Sorting Algorithm in Ruby
What we learned
I learned the basics of Ruby and Recursion, and also the Quick Sort Algorithm.
What's next for Sort a List in Ruby
I will try to implement a generic Quick Sort Algorithm, which will work for all data types
Log in or sign up for Devpost to join the conversation.