Documentation
¶
Overview ¶
Implementation queue with linkedlist
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type List ¶ added in v1.0.6
Linkedlist (Head, Tail)
func (*List) Dequeue ¶ added in v1.0.6
func (l *List) Dequeue() interface{}
Remove and retrieves the first element of this deque
func (*List) Enqueue ¶ added in v1.0.6
func (l *List) Enqueue(data interface{})
Inserts the specified element at the end of this queue
Click to show internal directories.
Click to hide internal directories.