home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!mcsun!sun4nl!cwi.nl!tromp
- From: tromp@cwi.nl (John Tromp)
- Newsgroups: comp.programming
- Subject: Re: Teaching the basics
- Message-ID: <7156@charon.cwi.nl>
- Date: 26 Aug 92 08:49:20 GMT
- References: <1992Aug19.154830.11787@uwm.edu> <MJN.92Aug23031941@pseudo.uucp> <7116@charon.cwi.nl> <1992Aug25.174243.10436@uwm.edu>
- Sender: news@cwi.nl
- Lines: 15
-
- markh@csd4.csd.uwm.edu (Mark) writes:
-
- >[ tree traversal code deleted]
-
- Oops, I forgot to say one thing in my last posting.
- Your code applies to trees that are explicitly stored and can thus
- hold the information that would be on the stack in the case of recursion.
- In the case of trees that are not explicitly stored, which is usual for
- alpha-beta search of game trees, there is no such possibility, and the
- stack is then the only natural place to store it.
- Anyway, thanks for the code!
-
- regards,
- -John
-
-