Chehab_cpp_project

Project: MinHeap
Programming Language: C++
Class: Data Structures and Algorithms Description: This project helps with demonstrating how the MinHeap data structure works using C++.
The heap.h file was created to contain the data structure as a struct and declaring the operations such as ExtractMin, BuildHeap and Heapify.
The main.cpp contains all the code to implement these functions after user input.
A Makefile has been provided to aid with the running of this program.
25 test cases were used for verifying the program's functioning.