About 168,000 results
Open links in new tab
  1. Halting problem - Wikipedia

    Turing proved no algorithm exists that always correctly decides whether, for a given arbitrary program and input, the program halts when run with that input. The essence of Turing's proof …

  2. Turing's Halting Problem Explained - numberanalytics.com

    May 27, 2025 · The Halting Problem is a fundamental concept in the realm of computer science and mathematical logic, introduced by Alan Turing in 1936. It is a decision problem that …

  3. Halting Problem | Brilliant Math & Science Wiki

    In 1936, Alan Turing proved that the halting problem over Turing machines is undecidable using a Turing machine; that is, no Turing machine can decide correctly (terminate and produce the …

  4. The origins of the halting problem - ScienceDirect

    Jun 1, 2021 · The halting problem is a prominent example of undecidable problem and its formulation and undecidability proof is usually attributed to Turing's 1936 landmark paper.

  5. Halting Problem in Theory of Computation - GeeksforGeeks

    Jul 11, 2025 · Answer: No, it is impossible to design a generalized algorithm that can accurately determine whether any arbitrary program will halt. The only way to know if a specific program …

  6. Does execution of twist ('twist') terminate? If it terminates, then halts ('twist', 'twist') returns true according to its specification, and so we see from the body of twist that execution of twist …

  7. The halting problem

    Jul 7, 2024 · Turing & The Halting Problem - Computerphile Alan Turing almost accidentally created the blueprint for the modern day digital computer. Here Mark Jago takes you through …

  8. halting problem - NIST

    Definition: Is there an algorithm to determine whether any arbitrary program halts? Turing proved the answer is, no. Since many questions can be recast to this problem, we can conclude that …

  9. The Halting Problem: Exploring the Limits of Computation

    Alan Turing's work established the limits of computation, influencing fields like AI, Cybersecurity, and software engineering. Understanding this problem is crucial for grasping the boundaries of …

  10. Problem Solving: Halting problem - Wikibooks

    Nov 29, 2018 · Very early on in modern computing, a British academic named Alan Turing devised the halting problem. This problem is to do with whether we can determine if a program …