On the web there is the solution for printing the values, like this:
void printPostorder(Node node) { if (node == null) return; // first