Kotlin
Kotlin copied to clipboard
Queue implementation
trafficstars
Hello!
This PR adds an implementation of queue using a IntArray.
It includes:
- enqueue method
- dequeue method
- peek first and last items
- unit tests for enqueue and dequeue methods