Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/moncho/algos

Golang implementation of common algorithms
https://github.com/moncho/algos

algorithms coursera golang

Last synced: 3 days ago
JSON representation

Golang implementation of common algorithms

Awesome Lists containing this project

README

        

# Algorithms

[Go](https://golang.org/) implementation of well-known algorithms.

## Run tests

`go test ./...`

## Run benchmarks

`go test -benchmem -bench=. ./...`