Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MonotonicQueue ¶
type MonotonicQueue struct {
// contains filtered or unexported fields
}
func NewMyQueue ¶
func NewMyQueue() *MonotonicQueue
func (*MonotonicQueue) Back ¶
func (m *MonotonicQueue) Back() int
func (*MonotonicQueue) Empty ¶
func (m *MonotonicQueue) Empty() bool
func (*MonotonicQueue) Front ¶
func (m *MonotonicQueue) Front() int
func (*MonotonicQueue) Pop ¶
func (m *MonotonicQueue) Pop(val int)
func (*MonotonicQueue) Push ¶
func (m *MonotonicQueue) Push(val int)
Click to show internal directories.
Click to hide internal directories.