cmsc202.gif

Welcome to CMSC 202.  This course builds on the foundation provided by the CMSC 201 course (in which topics such as file I/O, use of arrays and functions, and use of C++ classes for OOP have been learned).  In CMSC 202 you will learn about and use "data structures" including linked lists, stacks, queues, and binary trees.   You will use C++ classes (user-defined data types that combine data and operations on the data) to implement these data structures.  The use of pointer variables will be emphasized.  Various sorting and searching techniques will be compared.

line

Below is an explanation of the icons that you will discover as you navigate the world of CMSC202.  The information for this course was provided by Sylvia Sorkin and Sheldon Rudie.

information Introductory Information contains course policies and information about some of the instructors for this course.

practice exams Practice exams links you to exams which Sylvia Sorkin gave in previous semesters. Your instructor will not give the same exams, but at least you can get a basic idea of the types of concepts that you need to know.


lecturesLecture Notes provides you links to a PowerPoint presentation created by Sylvia Sorkin.

websitesWeb sites of Interest links to various web sites that may be of interest to you.


Last Revised Donna Tupper, July 2000.