|
|
|
|
|
by carlthome
838 days ago
|
|
Could you expand or provide a link to a good resource for me to understand this? If the judge program should say terminates yes/no and the program given is `while True: continue`, I guess the argument is that in the finite case, you could in principle just enumerate all programs that don't terminate and identify them as such? |
|
Then you treeshake the unreachable parts of that directed graph from the start state, and look for closed loops in what remains.