Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

A list of data structures(and their implementations) I had fun implementing in Java for educational purposes

Notifications You must be signed in to change notification settings

waveyboym/Java-data-structures

Folders and files

NameName
Last commit message
Last commit date

Latest commit

History

18 Commits

Repository files navigation

Java-data-structures

A list of data structures(and their implementations) I had fun implementing in Java

List

  1. AVL tree : https://github.com/waveyboym/Java-data-structures/tree/main/AVL%20trees
  2. M-way B-tree : https://github.com/waveyboym/Java-data-structures/tree/main/b-tree
  3. M-way B+ tree : https://github.com/waveyboym/Java-data-structures/tree/main/b-plus%20trees

References and resources

  1. https://www.programiz.com/dsa/avl-tree
  2. https://www.cs.usfca.edu/~galles/visualization/AVLtree.html
  3. https://www.baeldung.com/java-avl-trees#:~:text=What%20Is%20AVL%20Tree%3F,according%20to%20some%20balancing%20rules.
  4. https://www.programiz.com/dsa/b-tree
  5. https://www.cs.usfca.edu/~galles/visualization/BTree.html
  6. https://www.programiz.com/dsa/b-plus-tree
  7. https://www.cs.usfca.edu/~galles/visualization/BPlusTree.html

Releases

No releases published

Packages

No packages published

Languages

AltStyle によって変換されたページ (->オリジナル) /