• + 1 comment

    Ha! Good trick.

    It was fun to work out the in-order traversal using a list-based stack though :)

    By the way, a recursion limit of 1200 is sufficient. (1024 is too small for sure.)