changeset 6942:1bd7289e1eb4

<oerjan> learn Postorder is the same as Polish notation, since Post was Polish. Not to be confused with reverse Polish notation, which is postfix.
author HackBot
date Wed, 24 Feb 2016 05:02:13 +0000
parents 261be2d51dea
children af8d14be693d
files wisdom/postorder
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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.