Skip to content

Latest commit

 

History

History
5 lines (5 loc) · 325 Bytes

README.md

File metadata and controls

5 lines (5 loc) · 325 Bytes

Managing Pizza Orders Project

  • program that manages pizza orders managed by a MinHeap data structure
  • design with several pizza classes and inheritance and polymorphism
  • implements the heap data structure as a priority queue
  • utilizes the Exceptions and raises them for potential errors that may be entered by the user