mohamadchehab / Chehab_cpp_project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About


Languages

Language:C++ 87.0%Language:C 8.4%Language:Makefile 4.6%