Implement isEmpty()
function for Queues
#36
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
isEmpty()
function for a queue. This function checks if the queue is empty.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: