Class Schedule

Day: MTWR
Time: 10:20-11:35am
Location: cs 1257
Class e-mail list: compsci367-1-sum06@lists.wisc.edu
Archived Class E-mail List

Instructor

Laura Goadrich
Office: cs 5390
e-mail: goadl@cs.wisc.edu
Office Hours: MW 11:35am-12:35pm (or by appointment)

Teaching Assistant

Matt Anderson
Office: cs 1301
e-mail: mwa@cs.wisc.edu
Office Hours: TR 11:35am-12:35pm (or by appointment)

Announcements

Course Description

Catalog description:Study of data structures (including stacks, queues, trees, graphs, and hash tables) and their applications. Development, implementation, and analysis of efficient data structures and algorithms (including sorting and searching).

Prerequisites: CS 302 or consent of instructor.

Informal description:This course assumes that you know how to program a computer in a object-oriented language such as C++ or Java. We will be using Java 5.0 for our projects. This course is designed to give you an overview of a wide variety of data structures. We will compare the the performance efficiency and appropriate use of each different structure.