2020.12.16 / School Project / CMSC341 / C++
Skew Heap Priority Queue
Objective
Develop C++ programming abilities using object-oriented design, dynamic memory allocation, array manipulation, iterators, and exceptions.
Concept
Implement a skew heap, an advanced heap data structure. The project was also practice in constructing and using binary trees and working with function pointers.
Result: 100/100.