Add data structures as a separate module (#3518)
* Remove data structures from core-java * Add data-structures * Update README with links to articles * Add parent module reference
This commit is contained in:
committed by
Grzegorz Piwowarek
parent
2b50c4c341
commit
4c0a39a342
4
data-structures/README.md
Normal file
4
data-structures/README.md
Normal file
@@ -0,0 +1,4 @@
|
||||
## 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)
|
||||
Reference in New Issue
Block a user