fbpx

CIST-203 - Algorithms Analysis and Data Structures

Minimum Credits: 3 Length: 60 hours Prerequisites: CIST 108 Delivery Method: Blended Cost: $681.87 Course Outline: https://sps.cotr.bc.ca/Outlines/Course%20Outlines/CIST203.pdf

Students learn the fundamentals of algorithm design and analysis through hands-on practice with various popular algorithms and data structures used in software development. Students learn how to analyze the time and space complexity of an algorithm and learn how to test and choose the right solution for a non-trivial programming problem. The emphasis is on developing practical skills as well as the conceptual mastery of efficient algorithm selection. Important data structures covered in this course include: Arrays and Vectors, Trees and Graphs. Popular algorithms and design strategies covered include: Recursion vs Iteration, Divide and Conquer, Greedy Techniques and basic sorting algorithms.