Heaps heap_array.cpp contains array implementation of heaps. heap_tree.cpp contains tree implementation of heaps. Compile the code using "g++ -std=c++11 file.cpp" and run it.