Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/anishsinha-io/binary_max_heap

an implementation of a binary max heap in C
https://github.com/anishsinha-io/binary_max_heap

Last synced: about 1 month ago
JSON representation

an implementation of a binary max heap in C

Awesome Lists containing this project

README

        

### Binary Max Heap

This repository contains an implementation for a binary max heap in C. This can be used as a priority queue as well
which is pretty neat. Please star if you find this helpful!

Love, anish