- 📚 Studying Civil Engineering, with a huge interest for computational analysis
- 🗣 Speaking french (baguette à le fromage) but not French. Fluent in english. Still practicing dutch !
- 🐶 Former owner of a dog (have a dog in your life)
- 💻 Learning Python, Java, and C (principally)
- 💻 NixOS & Hyprland enjoyer
- 💻 Doing my TFE in C++ (unfortunately)
Highlights
- Pro
Pinned Loading
-
TuringMachineAddNumber
TuringMachineAddNumber 1name: Add 2 numbers
2source code: "input: '1011 0001'\r\nblank: \" \"\r\nstart state: endn\r\ntable:\r\n \r\n endn:\r\n [1,0]: R\r\n ' ' : {R: endm}\r\n \r\n endm:\r\n [1,0] : R\r\n \" \": {L: sub}\r\n sub:\r\n 0: {write: 1, L}\r\n 1: {write: 0, L: return}\r\n \" \": {R: clean}\r\n return:\r\n [0,1]: L\r\n \" \": {L: add}\r\n add:\r\n 0: {write: 1, R: endn}\r\n 1: {write: 0, L}\r\n \" \": {write: 1, R: endn}\r\n clean:\r\n 1: {write: \" \", R}\r\n \" \": {write: \" \", L: done}\r\n done:\r\n \" \": L\r\n [0,1]: {L: stop}\r\n stop:"
3positions:
4endn: {x: 322.57, y: 94.8}
5endm: {x: 501.86, y: 94.56}
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.