* Remove data structures from core-java * Add data-structures * Update README with links to articles * Add parent module reference
5 lines
175 B
Markdown
5 lines
175 B
Markdown
## Relevant articles:
|
|
|
|
- [The Trie Data Structure in Java](http://www.baeldung.com/trie-java)
|
|
- [Implementing a Binary Tree in Java](http://www.baeldung.com/java-binary-tree)
|