Kollections is a Kotlin open source library to fill the gap that currently exists in the Kotlin Standard Library regarding data structures. :rocket:
9
stars
9
forks
source link
Implement container tests for Queues #37
Closed
ashikka closed 3 years ago
Taking reference from this dummy test, implement the container tests for a Queue.
First step
Search, read, and understand information about queues and how they are implemented.
Second step
Open a pull request with the data structure implementation, and wait for comments from @code-sherpas/kollections-maintainers.
Minimum acceptance criteria
Related resources: