Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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