Hacker News new | ask | show | jobs
by saurik 712 days ago
Which, FWIW, are almost never written using recursion: they are written with either imperative loops or the moral equivalent of a goto statement.