+ 9
What is the "Halting Problem"?
Can you explain me the halting problem? When and how it happens? I saw some informations on the web, but i' m still confused. Please use simple words. Thenks!
4 Réponses
+ 4
so, why does a program stop randomly?
+ 3
so disappointed :/
+ 1
mins the state where system stop working
like os crash or deadlock or system hang..
it also cause by running program with infine loop
+ 1
The Halting problem is a problem in computer science. The problem is looking at a computer program and finding out if the program is going to run forever or not. We say that a program "solves the halting problem" if it can look at any other program and tell if that other program will run forever or not.