Tagged Questions
3
votes
2answers
2k views
AVL Tree Balancing
I am working on an assignment that asks me to implement an AVL tree. I'm pretty sure I have the rotation methods correct, but I'm having trouble figuring out when to use them.
For example, the ...