Algorithm and data structure
More
Search
Ctrl + K
Balanced binary search tree
Operation
Complexity
Insertion
O(log N)
Access
O(log N)
Remove
O(log N)
Previous
Priority queue
Next
Binary heap
Last updated
6 years ago