CSCI 2270: Data Structures

Spring 2008



Instructor

Teaching Assistants


Lectures

Recitations

Short Description

This is a second course in computer science. The main emphasis of the course is on the specification, design, implementation, and use of the basic data types. These include sets, bags (or multisets), sequential lists, ordered lists, stacks, queues, trees, tables, and graphs. In addition, this course lays a foundation for other aspects of real programming, with coverage of object-oriented programming, templates, iterators, recursion, and searching and sorting. The course uses C++ programming language.

Prerequisite

Reading Material

Grading

Class URL:

http://www.cs.colorado.edu/~mishras/courses/csci2270/spring08

A course website has been created on moodle (http://moodle.cs.colorado.edu) for this course. It is the primary source of information on programming assignments, exams, and other important course-related announcements. You are expected to check this page on a regular basis.

Programming Assignments

Programming assignments will be distributed about a week in advance. All assignements will be in C++. You are urged to start working on your assignments as soon as they are handed out.

Policies:

Syllabus


Copyright © 2008 Shivakant Mishra