A list of data structures(and their implementations) I had fun implementing since 2022 in Java
- AVL tree : https://github.com/waveyboym/Java-data-structures/tree/main/AVL%20trees
- M-way B-tree : https://github.com/waveyboym/Java-data-structures/tree/main/b-tree
- M-way B+ tree : https://github.com/waveyboym/Java-data-structures/tree/main/b-plus%20trees
\