We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1fc5a5f commit a6e4c49Copy full SHA for a6e4c49
DIRECTORY.md
@@ -70,7 +70,7 @@
70
* [Stack](https://github.com/TheAlgorithms/Python/blob/master/data_structures/stacks/stack.py)
71
* [Stock Span Problem](https://github.com/TheAlgorithms/Python/blob/master/data_structures/stacks/stock_span_problem.py)
72
* Trie
73
- *[Trie](https://github.com/TheAlgorithms/Python/blob/master/data_structures/trie/trie.py)
+ * [Trie](https://github.com/TheAlgorithms/Python/blob/master/data_structures/trie/trie.py)
74
* Union Find
75
- *[Union Find](https://github.com/TheAlgorithms/Python/blob/master/data_structures/union_find/union_find.py)
+ * [Union Find](https://github.com/TheAlgorithms/Python/blob/master/data_structures/union_find/union_find.py)
76
0 commit comments