An open API service indexing awesome lists of open source software.

https://github.com/thefeij/go-collections

data structures and collections for go
https://github.com/thefeij/go-collections

Last synced: 3 months ago
JSON representation

data structures and collections for go

Awesome Lists containing this project

README

        

# Go Collections Package

Welcome to the Go Collections Package! This project aims to
provide a collection of data structures implemented in Go,
with a focus on efficiency and ease of use.

## Installation

To install the go-collections package, use the following command:

```sh
go get github.com/TheFeij/go-collections
```

## Subpackages

- [Linked List](linkedlist/readme.md)
- [Stack](stack/readme.md)
- [Queue](queue/readme.md)
- [Heap](heap/readme.md)

## Contributing

Contributions are welcome! If you would like to contribute to this project,
please fork the repository and submit a pull request.

## License

This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.