package
Version:
v0.0.0-...-d40efbb
Opens a new window with list of versions in this module.
Published: Mar 8, 2020
License: MIT
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type StackHeap struct {
}
StackHeap is a stack implemented using only a heap.
Runs in O(N log N) time.
Pop removes an element from the stack.
Push adds an element to the stack.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.