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
ah hm, i think that can only go one direction though? since it starts from lo and goes to hi. if i have a tree sorted in ascending order, there's no way to get the largest key smaller than k in O(log n), right? unless i'm misunderstanding the range functionality.
Would be great to be able to fetch the largest key smaller than a given search value (and vice-versa)
The text was updated successfully, but these errors were encountered: