Collection of routines for managing a heap data structure
This is a collection of routines for managing a heap data structure. There are two major components: a heap component, and an element component. A heap package basically keeps a collection of elements and is able to return the smallest one. The heap component interface is defined in Heap(3) and must be supported by all heap packages. Currently there are three heap components provided: Heap::Fibonacci (the preferred one), Heap::Binomial, and Heap::Binary
This is a collection of routines for managing a heap data structure. There are two major components: a heap component, and an element component. A heap package basically keeps a collection of elements and is able to return the smallest one. The heap component interface is defined in Heap(3) and must be supported by all heap packages. Currently there are three heap components provided: Heap::Fibonacci (the preferred one), Heap::Binomial, and Heap::Binary
To install p5.34-heap, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install p5.34-heap
To see what files were installed by p5.34-heap, run:
port contents p5.34-heap
To later upgrade p5.34-heap, run:
sudo port selfupdate && sudo port upgrade p5.34-heap
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.