Initial commit

This commit is contained in:
2026-04-05 18:59:21 +00:00
commit 7fd2391d6c
3 changed files with 265 additions and 0 deletions

3
README.md Normal file
View File

@@ -0,0 +1,3 @@
# go-ringdeque
A double-edged queue in Go, implemented using a ring buffer.