Skip to content

Clarkew5/minHeap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

minHeap

This is a dynamic min heap implemented in c.

This heap implements a heap by using a linked list of arrays. By using this technique over realloc, it will run a little faster and smoother. To link this file properly to your own project, you will have to add the math libray, for some of the indexing functions require pow().

About

A dynamic min heap implemented in c

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages