CS 161 Recitation Notes
Turning in
assignments, both in class and using submit.
Testing
your code on the SEAS servers.
Using gcl
Basic Lisp
elements
Lisp Programming
examples
If you need the Gnu Lisp reference manual, look at
ANSI GCL Reference (very complete)
If you are an emacs user,
XEmacs for Win (auto-balances parens, and doesn\'t have those weird ^M things)
Trees
and how to represent them in Lisp
Or tree
search algorithms
And-Or tree
search algorithms
IDA*
example
Minimax
examples
Minimax with
alpha-beta
pruning
Converting Predicated Calculus to Conjunctive Normal Form (CNF)
Converting English to Logic
Prolog Links
detailed notes on Neural Networks