Skip to content

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.

Notifications You must be signed in to change notification settings

sean-custer/Median-Heap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Median-Heap

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.

About

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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published