diff --git a/DIRECTORY.md b/DIRECTORY.md index e5f0523..08561ba 100644 --- a/DIRECTORY.md +++ b/DIRECTORY.md @@ -4,6 +4,7 @@ ## Searching * [Binary Search](https://github.com/TheAlgorithms/PHP/blob/master/searches/binary_search.php) + * [Linear Search](https://github.com/TheAlgorithms/PHP/blob/master/searches/linear_search.php) ## Sorting * [Bubble Sort](https://github.com/TheAlgorithms/PHP/blob/master/sorting/bubbleSort.php)