From 40b463589524c7b3c7c167565eb3b38f2f509def Mon Sep 17 00:00:00 2001 From: Vitor Oliveira Date: Mon, 28 Dec 2020 09:00:19 -0800 Subject: [PATCH] Update DIRECTORY.md --- DIRECTORY.md | 1 - 1 file changed, 1 deletion(-) diff --git a/DIRECTORY.md b/DIRECTORY.md index 2fcb289..48513cb 100644 --- a/DIRECTORY.md +++ b/DIRECTORY.md @@ -42,7 +42,6 @@ ## Sorting * [Bogo Sort](https://github.com/TheAlgorithms/Ruby/blob/master/sorting/bogo_sort.rb) - * [Bogo Sort Test](https://github.com/TheAlgorithms/Ruby/blob/master/sorting/bogo_sort_test.rb) * [Bubble Sort](https://github.com/TheAlgorithms/Ruby/blob/master/sorting/bubble_sort.rb) * [Bucket Sort](https://github.com/TheAlgorithms/Ruby/blob/master/sorting/bucket_sort.rb) * [Heap Sort](https://github.com/TheAlgorithms/Ruby/blob/master/sorting/heap_sort.rb)