2019-10-31 21:43:47 -04:00
|
|
|
## Data Structures
|
|
|
|
|
|
|
|
This module contains articles about data structures in Java
|
|
|
|
|
|
|
|
## Relevant articles:
|
|
|
|
|
|
|
|
- [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)
|
2020-01-23 02:24:02 -05:00
|
|
|
- [Circular Linked List Java Implementation](https://www.baeldung.com/java-circular-linked-list)
|
2020-02-05 03:25:03 -05:00
|
|
|
- [How to Print a Binary Tree Diagram](https://www.baeldung.com/java-print-binary-tree-diagram)
|
2020-02-10 01:37:00 -05:00
|
|
|
- [Introduction to Big Queue](https://www.baeldung.com/java-big-queue)
|
2020-03-18 01:19:55 -04:00
|
|
|
- [Guide to AVL Trees in Java](https://www.baeldung.com/java-avl-trees)
|
2020-06-07 10:52:25 -04:00
|
|
|
- [Graphs in Java](https://www.baeldung.com/java-graphs)
|
2020-07-21 09:44:57 -04:00
|
|
|
- [Implementing a Ring Buffer in Java](https://www.baeldung.com/java-ring-buffer)
|
2023-05-27 07:24:13 -04:00
|
|
|
- [How to Implement Min-Max Heap in Java](https://www.baeldung.com/java-min-max-heap)
|
2021-07-28 15:38:54 -04:00
|
|
|
- [How to Implement LRU Cache in Java](https://www.baeldung.com/java-lru-cache)
|