changeset 6941:261be2d51dea

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