From a9b6d70ddc9a87fe57a1526d165d197f2598f83a Mon Sep 17 00:00:00 2001 From: github-actions Date: Wed, 2 Nov 2022 22:45:34 +0000 Subject: [PATCH] update DIRECTORY.md --- DIRECTORY.md | 1 + 1 file changed, 1 insertion(+) diff --git a/DIRECTORY.md b/DIRECTORY.md index e518cf2a..4c22ed99 100644 --- a/DIRECTORY.md +++ b/DIRECTORY.md @@ -138,6 +138,7 @@ * [Binary Search](https://github.com/bellshade/Python/blob/main/algorithm/searching/binary_search.py) * [Linear Search](https://github.com/bellshade/Python/blob/main/algorithm/searching/linear_search.py) * Sorting + * [Bead Sort](https://github.com/bellshade/Python/blob/main/algorithm/sorting/bead_sort.py) * [Bubble Sort](https://github.com/bellshade/Python/blob/main/algorithm/sorting/bubble_sort.py) * [Bubble Sort Ascii](https://github.com/bellshade/Python/blob/main/algorithm/sorting/bubble_sort_ascii.py) * [Pop Sort](https://github.com/bellshade/Python/blob/main/algorithm/sorting/pop_sort.py)