Commit Graph

12 Commits (master)

Author SHA1 Message Date
DjBushido 88ee1b4a3f Refactor PartOne.java 2014-01-28 17:09:38 -05:00
DjBushido fcbd74a5e4 Merge branch 'master' of https://github.com/DjBushido/itcs4180.git 2014-01-25 15:55:04 -05:00
DjBushido c3def78187 Finish debugging, everything now working correctly. 2014-01-25 15:53:57 -05:00
tokugawa 1d66bba2cc Functioning Homework 1 Part 1. Creates a treelist of all new users and
removes all users that were in old users, leaving only the unique,
non-duplicated new users not in old users.
2014-01-24 12:07:59 -05:00
DjBushido 8b893cd06a Fix the equals and hashCode methods so that sets work as expected 2014-01-22 15:17:45 -05:00
DjBushido 57dfd938fa Commit the (untested) implementation of all assignments in part two. 2014-01-22 14:56:19 -05:00
DjBushido ab678065fb Add code to count unique vehicles 2014-01-22 13:49:24 -05:00
DjBushido 46b45f5cd3 Add initial code to read in a CSV file and convert to a Vehicle 2014-01-22 10:34:17 -05:00
DjBushido bb31ffcfd9 Move the PartTwo.java file to its own package, add initial Vehicle.java 2014-01-21 20:51:25 -05:00
DjBushido 1242130b46 Add initial PartOne and PartTwo classes 2014-01-21 20:02:16 -05:00
DjBushido 51eea3e4de Add the initial project files for Homework 1 2014-01-21 19:57:04 -05:00
DjBushido 235ca6f76e Add the initial Homework 1 project 2014-01-21 19:53:09 -05:00