https://github.com/emersion/go-tryalgo
Basic and (maybe) advanced algorithms and data structures in Go
https://github.com/emersion/go-tryalgo
algorithms data-structures
Last synced: 3 months ago
JSON representation
Basic and (maybe) advanced algorithms and data structures in Go
- Host: GitHub
- URL: https://github.com/emersion/go-tryalgo
- Owner: emersion
- License: mit
- Created: 2017-06-17T19:56:28.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-07-03T12:18:51.000Z (about 8 years ago)
- Last Synced: 2025-04-10T12:16:16.392Z (3 months ago)
- Topics: algorithms, data-structures
- Language: Go
- Homepage:
- Size: 68.4 KB
- Stars: 6
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# go-tryalgo
[](https://godoc.org/github.com/emersion/go-tryalgo)
[](https://travis-ci.org/emersion/go-tryalgo)
[](https://codecov.io/gh/emersion/go-tryalgo)Basic and (maybe) advanced algorithms and data structures.
Inspired from [@jilljenn](https://github.com/jilljenn)'s [tryalgo in Python](https://github.com/jilljenn/tryalgo).
## License
MIT