Skip to content

Commit

Permalink
Added comment
Browse files Browse the repository at this point in the history
  • Loading branch information
guhan29 committed May 6, 2021
1 parent d2d79b0 commit 47296fc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Ruby/QuickSort.rb
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
puts 'Your unsorted numbers'
p array

# Quick Sort algorithm
class QuickSort
class << self
def sort(array, first, last)
Expand Down

0 comments on commit 47296fc

Please sign in to comment.