Software
- TreeSearch
- EarSearch
-
PDFtoBook
(Download)
- Rearrange the pages of a PDF to allow printing into a booklet.
- Requires PDFTK.
- Use:
pdftobook file.pdf pageswill output tofile-book.pdf. - To make a book, print
file-book.pdfwith 2-page layout, double-sided, with short-edge binding. - Separate pages into leaves and fold in half.
-
Pacman
(Download)
- A multi-agent environment of the classic arcade game.
- Built for class competitions!
- To create an agent and compete with others, follow three steps:
- Extend the
AbstractIntelligentAgentclass, implementinggetActionmethod. - Modify the
test/classes.txtfile to include your new class. - Run
Pacmanand select the combination of Pacman/Ghost agents to compete.
- Extend the
- Read the full technical documentation.
-
VisualSATSolver
(Download)
- A graphical interpretation of the search tree of a SAT problem.
- Read the full technical documentation.
Derrick Stolee
Derrick is a computational graph theorist in the Joint Mathematics and Computer Science Ph.D. program at the University of Nebraska-Lincoln.
He is interested in extremal and structural problems in graph theory as well as problems in complexity theory, especially reachability problems.




