Skip to content

Commit 140bffd

Browse files
committed
Updated Documentation in README.md
1 parent 84b352f commit 140bffd

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
@@ -249,6 +249,7 @@
249249
* [PrimeFactors](Maths/PrimeFactors.js)
250250
* [QuadraticRoots](Maths/QuadraticRoots.js)
251251
* [RadianToDegree](Maths/RadianToDegree.js)
252+
* [RepunitTheorem](Maths/RepunitTheorem.js)
252253
* [ReverseNumber](Maths/ReverseNumber.js)
253254
* [ReversePolishNotation](Maths/ReversePolishNotation.js)
254255
* [RowEchelon](Maths/RowEchelon.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)