Nov 08, 2024  
2023-2024 Catalog 
    
2023-2024 Catalog [PAST CATALOG]

CTP 250 - Computer Science 2

4 credit hours - Three hours of lecture and two hours of laboratory weekly; one term.
Formerly CSI 250 - Data Structures in C++

Learn advanced algorithms and programming concepts, and the role of abstract data types in software development, including stacks, queues, linked lists, recursion, trees and file manipulation. Discuss and implement secure programming concepts and skills throughout the course.

Prerequisite(s): A grade of C or better is required in CTP 150  or CSI 162.

Note: Students are expected to know object-oriented programming concepts before taking this course. Typically offered at MC and OL; fall, spring, and summer terms.

Course Outcomes:
 

  1. Define and implement common Abstract Data Types (ADTs) 
  2. Identify, define and implement recursive solutions to programming problems.
  3. Compare and contrast multiple searching and sorting algorithms.
  4. Identify and implement ways to prevent security issues in code.