You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The implicit treap does not use the priority in the nodes anywhere, so it's not randomized, which results in a very unbalanced tree. We don't get the advantage of having logarithmic height, so running time is very slow.