code-sherpas / kollections

Kollections is a Kotlin open source library to fill the gap that currently exists in the Kotlin Standard Library regarding data structures. :rocket:
MIT License
9 stars 9 forks source link

Implement container tests for Stacks #32

Closed ashikka closed 3 years ago

ashikka commented 3 years ago

Taking reference from this dummy test, implement the container tests for a Stack.

First step

Search, read, and understand information about stacks 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: