Skip to content

edenzik/min-heap

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Min Heap

Min Heap is a data structure that is used extensively in various operations like sorting, job scheduling and various other operations. A binary min heap is a min heap, with each node having atmost two children. Various operations like insertion, deletion and traversal are possible on a min heap, and their C code is provided in this repository.

To learn more about min heap, have a look at: A Study In Min Heap

Releases

No releases published

Packages

No packages published

Languages

  • C 100.0%