8000 Update README.md · waveyboym/Java-data-structures@75a29b5 · GitHub
[go: up one dir, main page]

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

Appearance settings

Commit 75a29b5

Browse files
authored
Update README.md
1 parent cc28166 commit 75a29b5

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,10 @@ A list of data structures(and their implementations) I had fun implementing sinc
77
3. M-way B+ tree : https://github.com/waveyboym/Java-data-structures/tree/main/b-plus%20trees
88

99
# References and resources
10-
\
10+
1. https://www.programiz.com/dsa/avl-tree
11+
2. https://www.cs.usfca.edu/~galles/visualization/AVLtree.html
12+
3. https://www.baeldung.com/java-avl-trees#:~:text=What%20Is%20AVL%20Tree%3F,according%20to%20some%20balancing%20rules.
13+
4. https://www.programiz.com/dsa/b-tree
14+
5. https://www.cs.usfca.edu/~galles/visualization/BTree.html
15+
6. https://www.programiz.com/dsa/b-plus-tree
16+
7. https://www.cs.usfca.edu/~galles/visualization/BPlusTree.html

0 commit comments

Comments
 (0)
0