/pizza-inheritance-project-lab07

project on managing different pizza orders based on MinHeap data structure

Primary LanguagePython

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