Skip to content

Commit 89dda91

Browse files
committed
Updated Documentation in README.md
1 parent 0de1aa1 commit 89dda91

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

DIRECTORY.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -314,6 +314,7 @@
314314
* [InterpolationSearch](Search/InterpolationSearch.js)
315315
* [JumpSearch](Search/JumpSearch.js)
316316
* [LinearSearch](Search/LinearSearch.js)
317+
* [MetaBinarySearch](Search/MetaBinarySearch.js)
317318
* [Minesweeper](Search/Minesweeper.js)
318319
* [QuickSelectSearch](Search/QuickSelectSearch.js)
319320
* [RabinKarp](Search/RabinKarp.js)
@@ -322,8 +323,8 @@
322323
* [TernarySearch](Search/TernarySearch.js)
323324
* [UnionFind](Search/UnionFind.js)
324325
* **Sliding-Windows**
325-
* [MaxSumSubarrayFixed](Sliding-Windows/MaxSumSubarrayFixed.js)
326326
* [LongestSubarrayWithSumAtMost](Sliding-Windows/LongestSubarrayWithSumAtMost.js)
327+
* [MaxSumSubarrayFixed](Sliding-Windows/MaxSumSubarrayFixed.js)
327328
* **Sorts**
328329
* [AlphaNumericalSort](Sorts/AlphaNumericalSort.js)
329330
* [BeadSort](Sorts/BeadSort.js)

0 commit comments

Comments
 (0)