Kotlin icon indicating copy to clipboard operation
Kotlin copied to clipboard

Queue implementation

Open ksetoue opened this issue 3 years ago • 0 comments
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

ksetoue avatar Nov 30 '21 05:11 ksetoue