Properties

Time Complexities

  1. Search: O(log n)
  2. Insertion: O(log n)
  3. Deletion: O(log n)

Pros and Cons

Pros

Cons

More information below

Wikipedia Page