Computer Science 211 - Data Structures
Fall
2012
01
4.00
Christopher Andrews
TTH 10:00AM-11:15AM;F 10:00AM-10:50AM
Mount Holyoke College
81636
Kendade 303;Kendade 303
andrews@mtholyoke.edu
Using Java. Solving problems with computers is accomplished by writing programs that operate on data to produce a desired result. The way data is organized and presented to the program can significantly affect its efficiency and simplicity and can sometimes determine whether or not a program can be written to solve the problem at all. This course presents ways of organizing data into 'data structures' and analyzes how structuring the data can improve program performance.This course is programming intensive.
Prereq: COMSC-101, 102, or 201