updating DIRECTORY.md

This commit is contained in:
github-actions 2023-06-21 19:12:33 +00:00
parent b66a793716
commit 58b362dd9f

View file

@ -212,6 +212,8 @@
* [Comb Sort Test](https://github.com/TheAlgorithms/Ruby/blob/master/sorting/comb_sort_test.rb)
* [Counting Sort](https://github.com/TheAlgorithms/Ruby/blob/master/sorting/counting_sort.rb)
* [Counting Sort Test](https://github.com/TheAlgorithms/Ruby/blob/master/sorting/counting_sort_test.rb)
* [Gnome Sort](https://github.com/TheAlgorithms/Ruby/blob/master/sorting/gnome_sort.rb)
* [Gnome Sort Test](https://github.com/TheAlgorithms/Ruby/blob/master/sorting/gnome_sort_test.rb)
* [Heap Sort](https://github.com/TheAlgorithms/Ruby/blob/master/sorting/heap_sort.rb)
* [Heap Sort Test](https://github.com/TheAlgorithms/Ruby/blob/master/sorting/heap_sort_test.rb)
* [Insertion Sort](https://github.com/TheAlgorithms/Ruby/blob/master/sorting/insertion_sort.rb)