Skip to content

Commit dc40e7a

Browse files
github-actionsgithub-actions
authored andcommitted
updating DIRECTORY.md
1 parent fce76af commit dc40e7a

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
@@ -222,6 +222,8 @@
222222
* [Test Trapped Rain Water](https://github.com/BrianLusina/PythonSnips/blob/master/algorithms/two_pointers/rain_water_trapped/test_trapped_rain_water.py)
223223
* Reverse Array
224224
* [Test Reverse Array](https://github.com/BrianLusina/PythonSnips/blob/master/algorithms/two_pointers/reverse_array/test_reverse_array.py)
225+
* Reverse Words
226+
* [Test Reverse Words](https://github.com/BrianLusina/PythonSnips/blob/master/algorithms/two_pointers/reverse_words/test_reverse_words.py)
225227
* Sort Colors
226228
* [Test Sort Colors](https://github.com/BrianLusina/PythonSnips/blob/master/algorithms/two_pointers/sort_colors/test_sort_colors.py)
227229
* Three Sum
@@ -865,8 +867,6 @@
865867
* [Test Check Permutation](https://github.com/BrianLusina/PythonSnips/blob/master/pystrings/permutation/test_check_permutation.py)
866868
* Reverse Vowels
867869
* [Test Reverse Vowels](https://github.com/BrianLusina/PythonSnips/blob/master/pystrings/reverse_vowels/test_reverse_vowels.py)
868-
* Reverse Words
869-
* [Test Reverse Words](https://github.com/BrianLusina/PythonSnips/blob/master/pystrings/reverse_words/test_reverse_words.py)
870870
* Similar String Groups
871871
* [Test Similar String Groups](https://github.com/BrianLusina/PythonSnips/blob/master/pystrings/similar_string_groups/test_similar_string_groups.py)
872872
* Spreadsheet Encoding

0 commit comments

Comments
 (0)