6 lines
258 B
Markdown
Raw Normal View History

## Relevant articles:
2018-12-21 17:59:20 +08:00
2019-08-03 13:54:33 +03:00
- [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)
- [Depth First Search in Java](https://www.baeldung.com/java-depth-first-search)