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
Array based Heap data structure composed of two Binary heaps (Max and Min). The heaps keep track of three statistics: minimum, maximum and median. The data structure supports efficient insertion, and it supports search and remove.