bitmaybewise / go-algo

Algorithms implementations in Go

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Go Algorithms implementations

Practicing algorithms implementations in Go.

Running tests

make test

Running benchmarks

make bench

Running playground

There's a file playground.go to play with whatever you want.

make play args="1 2 3"

About

Algorithms implementations in Go


Languages

Language:Go 99.6%Language:Makefile 0.4%