Kotlin icon indicating copy to clipboard operation
Kotlin copied to clipboard

Circular Buffer

Open beatbrot opened this issue 6 years ago • 2 comments

I added an initial version of the circular buffer

beatbrot avatar Jun 12 '19 18:06 beatbrot

@beatbrot Can we please update the buffer to have generic inputs instead of just handling the Char input?

varunu28 avatar Jun 13 '19 16:06 varunu28

@varunu28 I added what you suggested.

What do you think about letting CircularBuffer implement java.util.Queue?

beatbrot avatar Jun 14 '19 20:06 beatbrot