Skip to content

Commit 58b362d

Browse files
github-actionsgithub-actions
authored andcommitted
updating DIRECTORY.md
1 parent b66a793 commit 58b362d

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

DIRECTORY.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -212,6 +212,8 @@
212212
* [Comb Sort Test](https://github.com/TheAlgorithms/Ruby/blob/master/sorting/comb_sort_test.rb)
213213
* [Counting Sort](https://github.com/TheAlgorithms/Ruby/blob/master/sorting/counting_sort.rb)
214214
* [Counting Sort Test](https://github.com/TheAlgorithms/Ruby/blob/master/sorting/counting_sort_test.rb)
215+
* [Gnome Sort](https://github.com/TheAlgorithms/Ruby/blob/master/sorting/gnome_sort.rb)
216+
* [Gnome Sort Test](https://github.com/TheAlgorithms/Ruby/blob/master/sorting/gnome_sort_test.rb)
215217
* [Heap Sort](https://github.com/TheAlgorithms/Ruby/blob/master/sorting/heap_sort.rb)
216218
* [Heap Sort Test](https://github.com/TheAlgorithms/Ruby/blob/master/sorting/heap_sort_test.rb)
217219
* [Insertion Sort](https://github.com/TheAlgorithms/Ruby/blob/master/sorting/insertion_sort.rb)

0 commit comments

Comments
 (0)