Skip to content

Commit f339a02

Browse files
github-actionsgithub-actions
authored andcommitted
updating DIRECTORY.md
1 parent 5e9b9ba commit f339a02

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

DIRECTORY.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,8 @@
156156
* [Test Find Sum Of Three](https://github.com/BrianLusina/PythonSnips/blob/master/algorithms/two_pointers/find_sum_of_three/test_find_sum_of_three.py)
157157
* Merge Sorted Arrays
158158
* [Test Merge Sorted Arrays](https://github.com/BrianLusina/PythonSnips/blob/master/algorithms/two_pointers/merge_sorted_arrays/test_merge_sorted_arrays.py)
159+
* Next Permutation
160+
* [Test Next Permutation](https://github.com/BrianLusina/PythonSnips/blob/master/algorithms/two_pointers/next_permutation/test_next_permutation.py)
159161
* Pair With Sum In Array
160162
* [Test Pair With Sum In Array](https://github.com/BrianLusina/PythonSnips/blob/master/algorithms/two_pointers/pair_with_sum_in_array/test_pair_with_sum_in_array.py)
161163
* Reverse Array
@@ -596,8 +598,6 @@
596598
* [Test Make Spiral](https://github.com/BrianLusina/PythonSnips/blob/master/puzzles/matrix_in_spiral_form/test_make_spiral.py)
597599
* Minimize The Absolute Difference
598600
* [Test Minimize Absolute Difference](https://github.com/BrianLusina/PythonSnips/blob/master/puzzles/minimize_the_absolute_difference/test_minimize_absolute_difference.py)
599-
* Next Permutation
600-
* [Test Next Permutation](https://github.com/BrianLusina/PythonSnips/blob/master/puzzles/next_permutation/test_next_permutation.py)
601601
* Permutations Check
602602
* [Test Check](https://github.com/BrianLusina/PythonSnips/blob/master/puzzles/permutations_check/test_check.py)
603603
* Prefix Sum

0 commit comments

Comments
 (0)