comp.lang.ada
 help / color / mirror / Atom feed
From: andrew <andrew.carroll@okstate.edu>
Subject: Re: I think I'm going to learn something
Date: Fri, 09 Nov 2007 08:58:55 -0800
Date: 2007-11-09T08:58:55-08:00	[thread overview]
Message-ID: <1194627535.600000.248390@22g2000hsm.googlegroups.com> (raw)
In-Reply-To: <47349051.8030203@obry.net>

> ???? you have a bug in post_order procedure !

Yep.  Sure do.  Found it about 30 seconds after posting my message.
Well, it's not technically a bug, it's a typo.  I copied code out of
the in_order procedure to use/alter for the post_order procedure.
When I did that I never changed the recursive calls to in_order to be
recursive calls to post_order withing the post_order procedure.  So
post_order recursively called in_order and gave me the in_order output
with the post_order order.




      reply	other threads:[~2007-11-09 16:58 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-11-09 16:31 I think I'm going to learn something andrew
2007-11-09 16:52 ` Pascal Obry
2007-11-09 16:58   ` andrew [this message]
replies disabled

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox