CSCE 476/876

Introduction to Artificial Intelligence

Recitations

Material discussed during the recitation is listed below:

  1. Using Emacs. The best way to learn Emacs is to go through the online tutorial (accessible from emacs by typing Escape-x (for entering a command), h (h for help), t (t for tutorial).
  2. Very first steps in Lisp .
  3. Next steps in Lisp.
  4. Notes about Lisp from your UTA.
  5. Iteration with Do and Structures
  6. The lisp code of the Farmer's dilemma.
  7. Empty Game Tree (postscript, PDF)
  8. Alternate Empty Game Tree (PDF)
  9. CSP Problems
  10. Discussion of NP Completeness
  11. Logical Equivalences