Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/gwuah/gotham

exercises to learn golang. Especially implementations of classic cs algorithms. [More into java now]
https://github.com/gwuah/gotham

algorithms data-structures golang

Last synced: about 2 months ago
JSON representation

exercises to learn golang. Especially implementations of classic cs algorithms. [More into java now]

Awesome Lists containing this project

README

        

# gotham
Exercises to learn golang. Especially implementations of classic cs algorithms.

# How to run them
- format - ```go fmt filename.go```
- compile - ```go build filename.go```
- run - ```./filename```