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
- Host: GitHub
- URL: https://github.com/thefeij/go-collections
- Owner: TheFeij
- License: mit
- Created: 2024-06-05T10:09:17.000Z (12 months ago)
- Default Branch: master
- Last Pushed: 2024-06-07T11:55:11.000Z (12 months ago)
- Last Synced: 2025-01-05T09:30:40.482Z (5 months ago)
- Language: Go
- Homepage:
- Size: 42 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
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.