1/3
Looks like no tags are added yet.
Name | Mastery | Learn | Test | Matching | Spaced | Call with Kai |
|---|
No analytics yet
Send a link to your students to track their progress
How does the token method work?
Figure out the total cost immediately after an expensive operation to to the next and including the next expensive operation. Divide by total operations. B = AC = this value
Formula for number of nodes in a perfect binary tree with height h
2 ^ (h + 1) - 1
What is the avl height of an empty tree?
-1
What is a left right rotation?
Left rotation and a left child, right rotation at the root