enqueue

open override fun enqueue(element: T): Boolean

Inserts item at the end of the queue O(1)

Return

Boolean

Parameters

element

T