We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cbac41e commit 224e073Copy full SHA for 224e073
DIRECTORY.md
@@ -520,6 +520,7 @@
520
* [Sierpinski Triangle](https://github.com/TheAlgorithms/Python/blob/master/other/sierpinski_triangle.py)
521
* [Tower Of Hanoi](https://github.com/TheAlgorithms/Python/blob/master/other/tower_of_hanoi.py)
522
* [Triplet Sum](https://github.com/TheAlgorithms/Python/blob/master/other/triplet_sum.py)
523
+ * [Two Pointer](https://github.com/TheAlgorithms/Python/blob/master/other/two_pointer.py)
524
* [Two Sum](https://github.com/TheAlgorithms/Python/blob/master/other/two_sum.py)
525
* [Word Patterns](https://github.com/TheAlgorithms/Python/blob/master/other/word_patterns.py)
526
0 commit comments