5 ms·
Correct. You need at least 2 ifs.
by alexdns 10mo ago
Correct. You need at least 2 ifs.
- spooky_deep 10mo agoYou need unbounded recursion no?
- dotancohen 10mo agoThat's actually what two ifs could be.
- knollimar 10mo agoWas the case against the goto statement so good we can't mention it?
- dotancohen 10mo agoMore or less, I meant how this would be inlined in assembly with a goto that could goto back where the branching originated from.