Skip to content

Library of generic deque data structure for Go.

License

Notifications You must be signed in to change notification settings

golang-ds/deque

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

deque

Library of generic deque data structure for Go.

Install

$ go get github.com/golang-ds/deque

Deque Usage

Import

import "github.com/golang-ds/deque"

Use

d := deque.New[int]()
d.AddFirst(1)

About

Library of generic deque data structure for Go.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages