Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/prodesire/understandingcomputation
https://github.com/prodesire/understandingcomputation
Last synced: 10 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/prodesire/understandingcomputation
- Owner: Prodesire
- Created: 2016-12-13T00:21:06.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-01-10T01:55:07.000Z (almost 8 years ago)
- Last Synced: 2024-10-07T03:06:12.330Z (about 1 month ago)
- Language: Python
- Size: 22.5 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.