What's a Turing machine?

前端 未结 11 2131
借酒劲吻你
借酒劲吻你 2020-12-22 20:08

What is a Turing machine and why do people keep mentioning it? My IBM PC is all I need to do my computation! Why does anyone care about these machines?

11条回答
  •  梦毁少年i
    2020-12-22 20:41

    Turing machine is an abstract machine that can operate on a sequence of data and can change its own state as well as the data while operating, according to some logic.

    This is a concept that forms the basis of algorithms, stored programs, and computation in general. It provides good insights and abstractions if you are dealing with algorithms, states, data etc.

    Food for thought, for most.

提交回复
热议问题