Infinite loop: Difference between revisions

Content deleted Content added
m External links: Comment add.
No edit summary
Line 18:
|url-status=live
}}</ref> is a sequence of instructions that, as written, will continue endlessly, unless an external intervention occurs, such as turning off power via a switch or pulling a plug. It may be intentional.
 
There is no general algorithm to determine whether a computer program contains an infinite loop or not; this is the [[halting problem]].
 
==Overview==