Mercurial > pokemon-types
changeset 15:da4c47650d38
minor edits to types.org
author | Robert McIntyre <rlm@mit.edu> |
---|---|
date | Sun, 05 Feb 2012 11:24:40 -0700 |
parents | ecb6e3f9b7d6 |
children | 7698e9bdff2b |
files | org/types.org |
diffstat | 1 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
1.1 --- a/org/types.org Sun Feb 05 11:17:14 2012 -0700 1.2 +++ b/org/types.org Sun Feb 05 11:24:40 2012 -0700 1.3 @@ -312,9 +312,9 @@ 1.4 Therefore, it's prudent to use search. 1.5 1.6 These functions are a simple implementation of best-first search in 1.7 -clojure. The idea to start off with a collection of nodes and some way 1.8 -of finding the best node, and to always expand the best node at every 1.9 -step. 1.10 +clojure. The idea is to start off with a collection of nodes and some 1.11 +way of finding the best node, and to always expand the best node at 1.12 +every step. 1.13 1.14 #+srcname: search 1.15 #+begin_src clojure :results silent