Closed avcbcoder closed 6 years ago
I have added 4-5 additional functionality of avl trees commonly used in competitive programming like justSmaller, justGreater, count of smaller,bigger elements, unique elements.... all with O(logN) complexity.
I have added 4-5 additional functionality of avl trees commonly used in competitive programming like justSmaller, justGreater, count of smaller,bigger elements, unique elements.... all with O(logN) complexity.