Tree: Postorder Traversal

  • + 1 comment

    Actually, if statements are cheaper than function calls. Function calls result in a push to the stack. Which means pushing a pointer to the function name and then pushing each of the parameters.