Update DIRECTORY.md

This commit is contained in:
Jowin John Chemban 2020-10-13 10:41:02 +05:30 committed by GitHub
parent 58ed9fdae0
commit 223e50b6b1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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)