Implement enqueue(element: E)
function for Queues.
#33
Labels
enhancement
New feature or request
good first issue
Good for newcomers
help wanted
Extra attention is needed
Taking reference from issue #15, implement the
enqueue(element: E)
function for a queue. This function pushed an element to the tail of the queue.First step
Search, read, and understand information about queues and how they are implemented.
Second step
After you open a pull request with the data structure implementation, wait for comments or approval from @code-sherpas/kollections-maintainers.
Minimum acceptance criteria
Related resources:
The text was updated successfully, but these errors were encountered: