c-minheap-array icon indicating copy to clipboard operation
c-minheap-array copied to clipboard

Implements a Min-Heap / Priority Queue in C using a simple array.

Results 2 c-minheap-array issues
Sort by recently updated
recently updated
newest added

Making it easier for beginners in c++

After running `make`, I get this (I'm entirely new to C, I don't know what to make of this error): ``` cc -Wall -std=c99 -O2 -c -o heap.o heap.c heap.c:...