Kotlin
Kotlin copied to clipboard
Circular Buffer
I added an initial version of the circular buffer
@beatbrot Can we please update the buffer to have generic inputs instead of just handling the Char input?
@varunu28 I added what you suggested.
What do you think about letting CircularBuffer implement java.util.Queue?