CSCI 232


Data Structures and Algorithms

3 Cr. (Hrs.:2 Lec., 2 Lab)

Commonly used structures found in computing and the algorithms which manipulate them are studied. Design and analysis of algorithms are emphasized. Topics include stacks, queues, general lists, trees, hashing, searching, and sorting Prerequisites: CSCI 136, Co-Requisite: CSCI 246 (1st)

Expectations:

E1. Students are proficient in a programming language and know basic error-handling, testing and debugging techniques. (CSCI 136)

E2. Students know how to use advanced programming techniques, including recursion, file I/O, abstraction, multi-file programs, and using programming language libraries. (CSCI 136)

E3. Students know how to use basic object-oriented programming methodologies; such as object-oriented problem decomposition, class design/implementation, and object creation/ usage. (CSCI 136)

E4. Students are familiar with summation notation, union and intersection of sets, logarithms, exponential functions, and are able to work with abstractions and manipulate formulas. (CSCI 246)

Course Outcomes:

R1. Students understand Abstract Data Types (ADTs), how to specify ADTs with Unified Modeling Language (UML), logical axioms to help specify behaviors, and how to implement ADTs using a high level object oriented programming language. (CS: 2)

R2. Students know how to use recursion and prove the correctness of a recurrence by mathematical induction. (SE: 1)

R3. Students understand basic ADTs like lists, sorted lists, stacks, and queues and be able to evaluate the best data structure to implement them. (CS: 6; SE: 1)

R4. Students understand space and time efficiency (Big O notation) of data structures and algorithms. (CS: 1, 6; SE: 1)

R5. Students can implement and compare several standard sorting techniques. (CS: 1, 6; SE: 1, 6)

R6. Students understand and use general trees, binary trees, binary search trees, and balanced search trees, tables, heaps, priority queues, and hash tables. (CS: 2, 6; SE: 1)

R7. Students can evaluate and select the appropriate data structure for a given problem (CS: 6; SE: 1)

R8. Students know about intellectual property, including copyright and patent protection on data structures and algorithms. (CS: 4; SE: 4)

R9. Students know how to program in C++ and have experience with file input/output, throwing and catching exceptions, dynamic memory allocation, pointers, strings, class templates and the Standard Template Library (STL), inheritance, virtual functions, polymorphism, and abstract base classes. (CS: 2; SE: 1)

R10. Students will be familiar with a modern software configuration and management (SCM) platform.

CS:
5-a-4 - The study of computing-based systems at varying levels of abstraction
5-a-5 - A major project that requires integration and application of knowledge and skills acquired in earlier course work

SE:
III-1-2-1 - Computing fundamentals, software design and construction, requirements analysis, security, verification, and validation
III-1-2-3 - Discrete mathematics, probability, and statistics, with applications appropriate to software engineering