# HG changeset patch # User HackBot # Date 1456290133 0 # Node ID 1bd7289e1eb45008121d2c2eef4390f7042fb4f2 # Parent 261be2d51dea3bdcbc15f8af908cd650012815e1 learn Postorder is the same as Polish notation, since Post was Polish. Not to be confused with reverse Polish notation, which is postfix. diff -r 261be2d51dea -r 1bd7289e1eb4 wisdom/postorder --- a/wisdom/postorder Wed Feb 24 05:00:46 2016 +0000 +++ b/wisdom/postorder Wed Feb 24 05:02:13 2016 +0000 @@ -1,1 +1,1 @@ -Postorder is the same as Polish notation, since Post was Polish. Not to be confused with reverse Polish notation, which puts operations last. +Postorder is the same as Polish notation, since Post was Polish. Not to be confused with reverse Polish notation, which is postfix.