Analysis of Algorithms (COMP 2080)

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

Jump to: navigation, search

Main_Page > Computer Science Courses > 2000-Level Courses


Overview

This is an introductory programming course. You will learn fundamental programming concepts such as: control statements, for loops and arrays, how to write a program using Java, and how to set up a computer to run your program. The purpose of this course is to help students that do not have any programming experience to get started in writing computer programs. Hence, no computer programming knowledge is required prior taking this course.

Textpad is the recommended tool for programming on a Windows machine.





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 2130 (Discrete math), COMP 2140 (Data structures and Algorithms).

Template loop detected:


Official Links

For an official course description refer to this link.

Prerequisites

COMP 2130 (Discrete math), COMP 2140 (Data structures and Algorithms).

Course Overview

Problem solving can be complicated. This course is essential to gain the necessary problem solving skills for advance Computer Science study. Analysis of Algorithms introduces various approaches for analyzing and evaluating commonly used algorithms when solving computing problems.

Highly recommended that students have a decent mathematical background prior to taking this course.