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
- Host: GitHub
- URL: https://github.com/simon-isler/universal-turing-machine
- Owner: simon-isler
- Created: 2022-05-08T09:45:56.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-05-08T09:56:58.000Z (about 3 years ago)
- Last Synced: 2025-01-08T15:00:33.179Z (5 months ago)
- Topics: theoretical-computer-science, zhaw
- Language: Kotlin
- Homepage:
- Size: 249 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```