# HG changeset patch # User HackBot # Date 1456290046 0 # Node ID 261be2d51dea3bdcbc15f8af908cd650012815e1 # Parent 68e699ebab4cdd2f1e55964c122f2506dd4bfb18 learn Postorder is the same as Polish notation, since Post was Polish. Not to be confused with reverse Polish notation, which puts operations last. diff -r 68e699ebab4c -r 261be2d51dea wisdom/postorder --- a/wisdom/postorder Wed Feb 24 05:00:04 2016 +0000 +++ b/wisdom/postorder Wed Feb 24 05:00:46 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. +Postorder is the same as Polish notation, since Post was Polish. Not to be confused with reverse Polish notation, which puts operations last.