CS241 Data Structures -- Spring 2017
Midterm: Thursday, March 9, 2017 --
review
Final: Friday, May 5, 2017, from 8-11 am
review
Introduction
Outline
Lightning Java review
Examples presented in class
Lecture notes:
Labs:
Lab 1 Due: 1/19 Seeding
Lab 2 Due: 1/31 Conway's Life
Lab 2b Due: 2/9 Conway's Life, animated
Lab 3 Due: 2/21 ArrayList implementation
Lab 4 Due: 2/23 & 2/28, Evaluating Infix Expressions
Lab 5 Due: 3/16, Timing three n^2 sorts.
Lab 5b Due: 3/21, Timing two nlogn sorts.
Lab 6 Due: 4/4, fixing radix and implementing heap sort.
Lab xc Due: 4/20, Game! This one is extra credit.
Lab 8 Due: 4/27, bioinformatics
Useful Links:
NetBeans home page
Oracle's Java Page
API documentation
Java Tutorial
Class maker app