Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 18 days 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 (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-07-03T12:18:51.000Z (over 7 years ago)
- Last Synced: 2025-01-03T07:14:01.807Z (24 days ago)
- Topics: algorithms, data-structures
- Language: Go
- Homepage:
- Size: 68.4 KB
- Stars: 6
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# go-tryalgo
[![GoDoc](https://godoc.org/github.com/emersion/go-tryalgo?status.svg)](https://godoc.org/github.com/emersion/go-tryalgo)
[![Build Status](https://travis-ci.org/emersion/go-tryalgo.svg?branch=master)](https://travis-ci.org/emersion/go-tryalgo)
[![codecov](https://codecov.io/gh/emersion/go-tryalgo/branch/master/graph/badge.svg)](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