/cs144p3

CS 144 Project 3

Primary LanguageJava

CS 144 - Fall 2013 - Project Part 3

PARTNERS:
---------
David Voong
ID: 303886364

Byron Lutz
ID: 403945853


Notes:
------
We made a little change to project 2: MySQL was treating the backslash character (\) as an escape sequence rather than the standard double quote (""). About four lines were added to project 2's import script to make the MySQL import work correctly for csv outputted by our Java class.

Nothing was changed in Part 3A since the indexes worked fine.