Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alexandremccastro/data-structures
Study of algorithms and data structures
https://github.com/alexandremccastro/data-structures
Last synced: 1 day ago
JSON representation
Study of algorithms and data structures
- Host: GitHub
- URL: https://github.com/alexandremccastro/data-structures
- Owner: alexandremccastro
- License: mit
- Created: 2024-09-15T13:03:12.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2024-11-06T21:03:35.000Z (9 days ago)
- Last Synced: 2024-11-06T22:18:20.305Z (9 days ago)
- Language: Go
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Data Structures
Here you can find every data structure you need to use in you GoLang projects
## Install
```sh
go get github.com/alexandremccastro/data-structures
```