Skip to content

danielhookx/xcontainer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

xcontainer

Description

Welcome to our project! This project provides some basic data structures implemented using golang.

Install

Use go get to install this package.

go get github.com/danielhookx/xcontainer

Notice

  • Generics based implementation (requires Go 1.20 or higher)
  • All implementations are not threadsafe

Member list

  • graph
  • heap
  • list
  • ordered map
  • queue
  • set
  • stack
  • tree

License

xcontainer is under the MIT license. See the LICENSE file for details.

About

Basic data structures implemented by generics

Resources

License

Stars

Watchers

Forks

Packages

No packages published