Skip to content

Commit a6e4c49

Browse files
authored
Update DIRECTORY.md
1 parent 1fc5a5f commit a6e4c49

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
@@ -70,7 +70,7 @@
7070
* [Stack](https://github.com/TheAlgorithms/Python/blob/master/data_structures/stacks/stack.py)
7171
* [Stock Span Problem](https://github.com/TheAlgorithms/Python/blob/master/data_structures/stacks/stock_span_problem.py)
7272
* Trie
73-
*[Trie](https://github.com/TheAlgorithms/Python/blob/master/data_structures/trie/trie.py)
73+
* [Trie](https://github.com/TheAlgorithms/Python/blob/master/data_structures/trie/trie.py)
7474
* Union Find
75-
*[Union Find](https://github.com/TheAlgorithms/Python/blob/master/data_structures/union_find/union_find.py)
75+
* [Union Find](https://github.com/TheAlgorithms/Python/blob/master/data_structures/union_find/union_find.py)
7676

0 commit comments

Comments
 (0)