We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e4faf7a commit 8eb4bbcCopy full SHA for 8eb4bbc
DIRECTORY.md
@@ -101,6 +101,7 @@
101
* [InterpolationSearch](https://github.com/TheAlgorithms/Javascript/blob/master/Search/InterpolationSearch.js)
102
* [JumpSearch](https://github.com/TheAlgorithms/Javascript/blob/master/Search/JumpSearch.js)
103
* [LinearSearch](https://github.com/TheAlgorithms/Javascript/blob/master/Search/LinearSearch.js)
104
+ * [StringSearch](https://github.com/TheAlgorithms/Javascript/blob/master/Search/StringSearch.js)
105
106
## Sorts
107
* [BogoSort](https://github.com/TheAlgorithms/Javascript/blob/master/Sorts/BogoSort.js)
0 commit comments