Data Structures and Algorithms (COMP 2140)

From CompSciWiki
Revision as of 11:44, 2 December 2010 by AdekoyeT (Talk | contribs)

Jump to: navigation, search

Main_Page > Computer Science Courses > 2000-Level Courses


Overview





Further Information

For more information on this course please visit Aurora or look up this course here.

CAUTION:
Please make sure you have completed the required prerequisites (minimum grade of C):
COMP 1020 (Introductory computer science 2).

Template loop detected: |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. |OurThoughts= A vital transition from 1020. This course is required for most higher level courses and deals mainly with data manipulation. Students will learn to accept recursion as a dear friend, enjoy pointer assignment in linked lists and optimize some efficient sorting algorithms like the quicksort.


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.