What exactly is the halting problem?
问题 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 task \" Makes sense. If your program has an infinite loop, then when your program is running, you have no way of knowing whether the program is still crunching input, or if it is just looping infinitely. But some of this seems counter intuitive. What if I was writing a halting problem solver, which takes