Difference between revisions of "Data Structures and Algorithms (COMP 2140)"

From CompSciWiki
Jump to: navigation, search
Line 7: Line 7:
 
[[Introductory Computer Science 2 (COMP 1020)]]
 
[[Introductory Computer Science 2 (COMP 1020)]]
 
===Course Homepage===
 
===Course Homepage===
[http://www.cs.umanitoba.ca/~durocher/teaching/comp2140-2010/ COMP 2140]
+
[http://www.cs.umanitoba.ca/~durocher/teaching/comp2140-2010/ cs homepage]
 
===Official Description===
 
===Official Description===
 
[http://aurora.umanitoba.ca/banprod/bwckctlg.p_disp_course_detail?cat_term_in=201150&subj_code_in=COMP&crse_numb_in=2140 Aurora]
 
[http://aurora.umanitoba.ca/banprod/bwckctlg.p_disp_course_detail?cat_term_in=201150&subj_code_in=COMP&crse_numb_in=2140 Aurora]
 
}}
 
}}

Revision as of 21:34, 2 December 2010

COMP 1010 Home > Back to Chapter Topics


Introduction

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.

...By Students

I simply love this course! until taking this, I never would have possibly imagined that recursion and I could become such great friends. As the name suggests you basically deal with real more realistic data and how to go about storing them.

Prerequisites

Introductory Computer Science 2 (COMP 1020)

Course Homepage

cs homepage

Official Description

Aurora