Category "infinite-loop"

Can you use an infinite loop to run a program continuously using Java?

I have a question that I have researched that I did not find any compelling answers to. If you want to run a program in a loop every 2 hours o

Could using native browser modal dialogs in a loop lead to potentially infinite execution?

I was trying some code at JSBin and got weird results. This should work - it's a simple loop that uses Window.prompt. It does execute the correct number of time

Are infinite for loops possible in Python?

Is it possible to get an infinite loop in for loop? My guess is that there can be an infinite for loop in Python. I'd like to know this for future references.

How to deal with large number inside of for loop in javascript?

I am working on hacker rank problem. Repeated String [1] : https://www.hackerrank.com/challenges/repeated-string/problem function main() { var s = readLine

Making a certain statement loop forever in Python

while 1 == 1: do = raw_input('What would you like to do?') In the above example you can see that the code is meant to make something loop forever, for exam

Detecting loops in tree structures (graphs)

I'm writing a library which is configured using a recursive structure. For the sake of this discussion I'm calling these graph structures a "tree" since ther