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

https://github.com/simon-isler/universal-turing-machine

Simulation of a universal Turing machine
https://github.com/simon-isler/universal-turing-machine

theoretical-computer-science zhaw

Last synced: 3 months ago
JSON representation

Simulation of a universal Turing machine

Awesome Lists containing this project

README

        

# Universal Turing Machine (UTM) 🤖

Simulation of a universal Turing machine (UTM) in Kotlin.

Checkout [this PDF](./docs/exercise.pdf) for more details.

## Run
```java
gradle run
```

## Tests
```java
gradle test
```