10 lines
339 B
Markdown
Raw Normal View History

2019-10-09 17:35:05 +01:00
## Data Structures
This module contains articles about data structures in Java
## 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)