/heap

Tree implementation of binary heap(priority queue)

Primary LanguageCGNU General Public License v3.0GPL-3.0

#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()