Algorithmic Nightmares: Nightmares 4

Welcome to the 4th installment of Algorithmic Nightmares, where the code is as messy as my aunt's hairdo.

Featured Nightmare: Recursive Function

Where the loop is infinite, and the recursion is infinite, and you're still wondering when it will end.

The Function:

public void recursiveFunction(){

System.out.println("Hello, World!");

}

Side Effects:

Unending loops, system crashes, and the occasional existential dread.

View Loop Variants

Submissions:

Share your own algorithmic nightmares with us! Use the form below to submit your terrifying tale.

Or, if you're feeling adventurous, try our Submit Form of Madness.