Data Structures

Syllabus

Course Description

Data Structures is a first year computer science which assumes an inroductory knowledge of C++. The course must be taken concurrently with Advanced C++. The course goal is to provide a solid background in algorithms for computer science students. The course also discusses principles of Object Oriented Programming design and what purpose each concept serves. Algorithms are evaluated using Big O and Little O notation. The course covers various algorithms used to sort search or otherwise structure data nodes. These algorithms include but are not limited to:

Prerequisites

Text Books

© Nachum Danzig