File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change 270270 * [ JumpSearch] ( https://github.com/TheAlgorithms/Javascript/blob/master/Search/JumpSearch.js )
271271 * [ LinearSearch] ( https://github.com/TheAlgorithms/Javascript/blob/master/Search/LinearSearch.js )
272272 * [ QuickSelectSearch] ( https://github.com/TheAlgorithms/Javascript/blob/master/Search/QuickSelectSearch.js )
273+ * [ SlidingWindow] ( https://github.com/TheAlgorithms/Javascript/blob/master/Search/SlidingWindow.js )
273274 * [ StringSearch] ( https://github.com/TheAlgorithms/Javascript/blob/master/Search/StringSearch.js )
274275 * [ TernarySearch] ( https://github.com/TheAlgorithms/Javascript/blob/master/Search/TernarySearch.js )
275276 * test
277+ * [ SlidingWindow] ( https://github.com/TheAlgorithms/Javascript/blob/master/Search/test/SlidingWindow.test.js )
276278 * [ TernarySearch] ( https://github.com/TheAlgorithms/Javascript/blob/master/Search/test/TernarySearch.test.js )
277279
278280## Sorts
You can’t perform that action at this time.
0 commit comments