Skip to content

Commit ef787e6

Browse files
authored
Update README.md
1 parent 255ae3b commit ef787e6

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

data-structures/README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
## Relevant articles:
22

3-
[The Trie Data Structure in Java](https://www.baeldung.com/trie-java)
4-
[Implementing a Binary Tree in Java](https://www.baeldung.com/java-binary-tree)
3+
- [The Trie Data Structure in Java](https://www.baeldung.com/trie-java)
4+
- [Implementing a Binary Tree in Java](https://www.baeldung.com/java-binary-tree)
5+
- [Depth First Search in Java](https://www.baeldung.com/java-depth-first-search)

0 commit comments

Comments
 (0)