Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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]
- Host: GitHub
- URL: https://github.com/gwuah/gotham
- Owner: gwuah
- Created: 2019-05-17T19:47:20.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-05-18T20:06:01.000Z (over 5 years ago)
- Last Synced: 2024-06-21T18:47:44.101Z (7 months ago)
- Topics: algorithms, data-structures, golang
- Language: Go
- Homepage:
- Size: 3.32 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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```