Skip to content

Practice for implementing a priority queue using a max-heap. Plus, two additional functions for sorting a heap and checking if a heap is sorted.

Notifications You must be signed in to change notification settings

palwxc/Sort-Max-Heap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sort-Max-Heap

Practice for implementing a priority queue using a max-heap. Plus, two additional functions for sorting a heap and checking if a heap is sorted.

Prerequisites

A development environment will be needed to test this project. Code::Blocks was used for the development of this project.

Testing

Tests for this project can be seen through the console. Some lines which were commented out in the final version of this project have been uncommented to make presentation of the program more clear.

Running this program tests each of MyHeap's member functions, the sorting function, and the function for checking if the heap is sorted.

Built With

Authors

  • Phillip LaFrance - Solution - palwxc
  • Dr. Patrick Taylor - Assignment Setup - Contact

About

Practice for implementing a priority queue using a max-heap. Plus, two additional functions for sorting a heap and checking if a heap is sorted.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages