modulepackage
0.1.0
Repository: https://github.com/danielhookx/xcontainer.git
Documentation: pkg.go.dev
# README
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.
# Packages
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Functions
No description provided by the author
# Interfaces
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Type aliases
No description provided by the author
No description provided by the author