Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Implementation ¶
This implementation is not intended to be used directly. Rather appropriate wrapper method should be created that prevent the wrong types from being added
func (*Implementation) Peek ¶
func (queue *Implementation) Peek() Sortable
func (*Implementation) Push ¶
func (queue *Implementation) Push(sortable Sortable)
Time-Complexity: O(n)
Click to show internal directories.
Click to hide internal directories.