What logic gates are required for Turing completeness?

后端 未结 7 2274
失恋的感觉
失恋的感觉 2021-02-05 02:36

My son has been playing Little Big Planet 2 lately, and I noticed that the game editor allows AND gates, OR gates and NOT gates... Is it Turing complete? If so, can anyone recom

7条回答
  •  自闭症患者
    2021-02-05 02:42

    An idea: you should be able to construct a NAND gate, so you can then build a XOR gate. With XOR and AND you can build a half-adder. Combine half-adders to build a full-adder. That would be a start at least.

    NAND and NOR are basic building blocks for other gates so chances are Turing completeness is just around the corner.

提交回复
热议问题