Data Structures and Algorithms (COMP 2140)

From CompSciWiki
Revision as of 10:39, 2 December 2010 by DanielT (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Official Links

For an official course description refer to this link.

Prerequisites

COMP 1020 (Introductory computer science 2).

Course Overview

Data structures are imperative to Computer Science, and arrays are just the beginning. Data Structures and Algorithms teaches implementation of various data structures (such as trees or tables), ways of storing data in a computer and algorithms for manipulating the data efficiently. This course will also discuss the performance characteristics for each data structure which will help to make good decisions on selecting an appropriate data structure for a particular application.