News
Welcome to the website for Data Structures - Spring 2013. Announcements will be listed here in reverse chronological order.
- Sign-up for our Q&A discussion board on Piazza:
piazza.com/jhu/spring2013/600226 as soon as possible!
- If you do not already have a CS departmental unix account, please
submit a completed account request form to Joanne. Then remember to
see Steve, with your J-card, in NEB 226 to get CS Lab access. Check
the door for his office hours.
Reference & Review
Tools
-
algoviz.org collection of visualizations for various data
structures and algorithms
- Checkstyle website
- JUnit downloads and basics
(revised GitHub link),
JUnit Tutorial
- Downloads:
- Java SDK downloads: choose the most
recent version of the J2SE/JDK. You
don't need NetBeans or JSEE for this course. Install this before you
install an IDE.
- Java SDK downloads
for Macs: Macs come with a version of the JDK, but you might want to
update. Note that you need Mac OS X 10.4.* in order to get Java 5 which has
significant improvements over older versions and contains things we will use
in class.
- Eclipse website
-- install the Java compiler first (see above). We recommend this
IDE for use in this course, or programming in a Unix/Linux
environment (see below).
- Using Unix:
|