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 255ae3b commit ef787e6Copy full SHA for ef787e6
data-structures/README.md
@@ -1,4 +1,5 @@
1
## Relevant articles:
2
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)
+- [The Trie Data Structure in Java](https://www.baeldung.com/trie-java)
+- [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