Skip to content

Commit 60afc43

Browse files
github-actionsgithub-actions
authored andcommitted
updating DIRECTORY.md
1 parent 0449374 commit 60afc43

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

DIRECTORY.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -156,8 +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)
159+
* Next Permutation
160+
* [Test Next Permutation](https://github.com/BrianLusina/PythonSnips/blob/master/algorithms/two_pointers/next_permutation/test_next_permutation.py)
161161
* Pair With Sum In Array
162162
* [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)
163163
* Reverse Array

0 commit comments

Comments
 (0)