san-santra / heap

Tree implementation of binary heap(priority queue)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

#Tree implementation of priority queue

I tried to implement priority queue using heap. This one implements min heap and data is stored in tree structure.

Things to do:

  • add insert()

About

Tree implementation of binary heap(priority queue)

License:GNU General Public License v3.0


Languages

Language:C 100.0%