Documentation ¶
Overview ¶
Package queue provides implementation for Queue data structure https://en.wikipedia.org/wiki/Queue_(abstract_data_type)
Interface methods Enqueue,Dequeue, IsEmpty, Length are the ways to interact with queue data structure. The test file queue_test.go illustrates usage of these methods
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.