Workiva / go-datastructures

A collection of useful, performant, and threadsafe Go datastructures.
Apache License 2.0
7.66k stars 834 forks source link

Is there any plan to provide a double-ended queue implementation #189

Open gotoxu opened 6 years ago

gotoxu commented 6 years ago

Hi guys, is there any plan to provide a double-ended queue implementation in this package?

Rooster17678 commented 5 years ago

I'll make one.

Rooster17678 commented 5 years ago

It is at https://github.com/Rooster17678/go-datastructures This is the first go program I have ever written so I recommend validating it yourself.