updating DIRECTORY.md

This commit is contained in:
github-actions 2023-09-18 04:48:52 +00:00
parent 810f8fcf09
commit 62dc243c2e

View File

@ -65,6 +65,7 @@
* [Bubblesort2](./Sorting/BubbleSort2.php) * [Bubblesort2](./Sorting/BubbleSort2.php)
* [Countsort](./Sorting/CountSort.php) * [Countsort](./Sorting/CountSort.php)
* [Gnomesort](./Sorting/GnomeSort.php) * [Gnomesort](./Sorting/GnomeSort.php)
* [Heapsort](./Sorting/HeapSort.php)
* [Insertionsort](./Sorting/InsertionSort.php) * [Insertionsort](./Sorting/InsertionSort.php)
* [Mergesort](./Sorting/MergeSort.php) * [Mergesort](./Sorting/MergeSort.php)
* [Quicksort](./Sorting/QuickSort.php) * [Quicksort](./Sorting/QuickSort.php)