""" MSCS532 Assignment 4: Heapsort and Priority Queue Implementation This package contains implementations of: - Heapsort algorithm - Priority Queue data structure - Task scheduling simulation - Performance comparison utilities Author: Carlos Gutierrez Email: cgutierrez44833@ucumberlands.edu """ __version__ = "1.0.0" __author__ = "Carlos Gutierrez" __email__ = "cgutierrez44833@ucumberlands.edu"