Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/prodesire/understandingcomputation


https://github.com/prodesire/understandingcomputation

Last synced: 10 days ago
JSON representation

Awesome Lists containing this project

README

        

# UnderstandingComputation

This repo is the code practicing of the book named [**Understanding Computation**](
http://computationbook.com/). Understanding Computation is a fun and interesting book
about computation theory, with explanations written in real Ruby code instead of
mathematical notation.

I implement the concept of the book by two different language, [**Ruby**](
https://github.com/Prodesire/UderstaningComputation/tree/master/ruby) and [**Python**](
https://github.com/Prodesire/UderstaningComputation/tree/master/python).
So, feel free to read either one of them.