CS 60 Assignments and Lecture Slides
Spring 2013
Back to the CS 60 homepage
All Lecture Notes
- hw4.zip,
the starting point for your Prolog code, including
- ex.pl - A collection of simple example predicates
- einstein.pl - Code to solve the zebra puzzle
- lists.pl - Starter code for the assignment, part 1
- logicpuzzle.pl - Starter code for the assignment, part 2
- twentyfour.pl - Starter code for the assignment's extra credit
- Hw4pr3.java - Starter code for the Java methods
- Hw4pr3Test.java - Starter code for the Java methods tests
- Lecture 9: Becoming unified with Prolog
- Lecture 10: Puzzling in Prolog