Subversion Repositories programming

Rev

Hide changed files | Details | Compare with Previous | Blame | RSS feed

Filtering Options

Rev Age Author Path Log message Diff Changes
409 6810 d 19 h ira /school/ Rename cs408/ to cs420/. I got the class wrong.

Add cs431/ and a directory for the first project.
 
/school/cs420
/school/cs431
/school/cs431/p1
/school/cs408
383 6831 d 15 h ira /school/cs408/ DrawGraph.py:
* Move to Project 1 directory.

Graph.py:
* Move to Project 1 directory.

GraphSearch.py:
* Move to Project 1 directory.

Generator.py:
* A basic generation class.

PuzzleGenerator.py:
* A class to generate 8Puzzles.
 
/school/cs408/p1
/school/cs408/p1/DrawGraph.py
/school/cs408/p1/Generator.py
/school/cs408/p1/Graph.py
/school/cs408/p1/GraphSearch.py
/school/cs408/p1/PuzzleGenerator.py
/school/cs408/DrawGraph.py
/school/cs408/Graph.py
/school/cs408/GraphSearch.py
382 6831 d 15 h ira /school/cs408/ GraphSearch.py:
* Fix GraphSearch so that different algorithms can be used.
 
/school/cs408/GraphSearch.py
380 6832 d 19 h ira /school/cs408/ GraphSearch.py:
* Initial implementation of a graph searching class.
* Mostly works, colors edges taken during a search, and labels them
in the order taken.
* Needs cleanups.
 
/school/cs408/GraphSearch.py