Skip to content

TreyPilgrim/C-_Heap_intVals

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

C-_Heap_intVals

exit – exits the program
load - parses the contents of file as if they were entered in the text-based interface
build … – creates the specified heap from the list of integers following the command using build heap; is either min or max; as an example build min 30 40 10 15 18 9 creates a min heap containing the values 30, 40, 10, 15, 18, and 9.
remove - removes the root from the specified heap; is either min or max.
clear - removes all the values for the specified heap.
display - displays some or all the contents of the specified heap. If is an integer, then display will remove and display that many values from the specified heap; if is all, then display will remove and display every value in the specified heap.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages