Skip to content

Commit 789f43a

Browse files
committed
updating DIRECTORY.md
1 parent d8f1ed4 commit 789f43a

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

DIRECTORY.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -240,6 +240,7 @@
240240
* [Median Two Array](data_structures/arrays/median_two_array.py)
241241
* [Monotonic Array](data_structures/arrays/monotonic_array.py)
242242
* [Pairs With Given Sum](data_structures/arrays/pairs_with_given_sum.py)
243+
* [Pairwise Iteration](data_structures/arrays/pairwise_iteration.py)
243244
* [Permutations](data_structures/arrays/permutations.py)
244245
* [Prefix Sum](data_structures/arrays/prefix_sum.py)
245246
* [Product Sum](data_structures/arrays/product_sum.py)
@@ -876,6 +877,7 @@
876877
* [Test Factorial](maths/test_factorial.py)
877878
* [Test Prime Check](maths/test_prime_check.py)
878879
* [Three Sum](maths/three_sum.py)
880+
* [Tonelli Shanks](maths/tonelli_shanks.py)
879881
* [Trailing Zeroes](maths/trailing_zeroes.py)
880882
* [Trapezoidal Rule](maths/trapezoidal_rule.py)
881883
* [Triplet Sum](maths/triplet_sum.py)

0 commit comments

Comments
 (0)