About 839,000 results
Open links in new tab
  1. What exactly is the halting problem? - Stack Overflow

    Whenever people ask about the halting problem as it pertains to programming, people respond with "If you just add one loop, you've got the halting program and therefore you can't automate …

  2. turing machines - Halting problem is undecidable proof-:

    Nov 16, 2021 · turing-machines computability undecidability halting-problem See similar questions with these tags.

  3. Solving the halting problem for *almost* all machines?

    The theorem says that there is no algorithm that solves the halting problem for all Turing machines. There are certainly algorithms that solve the halting problem for some subclasses …

  4. Why, really, is the Halting Problem so important?

    Nov 9, 2014 · I don't understand why the Halting Problem is so often used to dismiss the possibility of determining whether a program halts. The Wikipedia article correctly explains that …

  5. computability - Is there any concrete relation between Gödel's ...

    Gödel's incompleteness theorem and the undecidability of the halting problem both being negative results about decidability and established by diagonal arguments (and in the 1930's), so they …

  6. Confusion with the proof for the Halting Problem

    Oct 14, 2024 · If you're familiar with the register machine approach to computability, you should be aware, that it is possible to omit the last argument. That is, given the registers that your …

  7. Help Understanding the Halting Problem - Computer Science …

    Aug 3, 2021 · There are certain points about the halting problem that do not make sense to me. I couldn't seem to find a good breakdown of it that addresses my notes below. I was wondering …

  8. Halting Problem - Arguments to Halting Checker Function

    Aug 26, 2021 · I'm trying to understand the Halting Problem. All the explanations I've seen state that the problem arises when passing a program to a halting check function along with itself as …

  9. decidability - Why does Alan Turing proof of the halting problem …

    Nov 11, 2021 · A special method or algorithm to solve its halting problem for and only for that very algorithm, so this doesn’t necessarily conclude that mathematics is undecidable. It might mean …

  10. Defining the halting problem for non-deterministic automata

    Jul 8, 2015 · Hence my own understanding of the halting problem is primarily for deterministic TM, though I am aware that it may be considered for other kinds of automata. I also noticed that …