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

https://github.com/diego-augusto/classic-cs-go

Classic Computer Science Problems in Golang
https://github.com/diego-augusto/classic-cs-go

classic computer-science golang problems

Last synced: 8 months ago
JSON representation

Classic Computer Science Problems in Golang

Awesome Lists containing this project

README

          

Golang implementation (with TDD) for book **Classic Computer Science Problems in Python.**

# Chapter 1

- [x] [The Fibonacci sequence](https://github.com/diego-augusto/classic-cs-go/blob/master/1_fib/fib.go);
- [x] [Trivial compression](https://github.com/diego-augusto/classic-cs-go/blob/master/2_compress/compress.go);
- [ ] Unbreakable encryption;
- [ ] Calculating Pi;
- [ ] The Towers of Hanoi.