Course | CISC 210 – Data Structures |
Date/Time | Monday/Wednesday/Friday 11:00AM – 12:20PM |
Location | Meen 101 |
Instructor | Walter Wimberly |
Course Description: This course is a continuation of CISC 205. At this level, students write programs that deal with interactive processing, manipulation of arrays, files, linked lists, queues and stacks.
Prerequisites: Computer Literacy and CISC 205 – Java Programming
Weekly Activities
Former Sectional Notes
Searching
Brute Force Searching
Binary Search
Sorting
An Intro to Sorting Data
The Bubble Sort
Quick Sort
Merge Sort
Merge Sorted
Insertion Sort