course
CSC212 Data Structures
This class will expose students to the different data structures used to store and manipulate data in programs. The main goal of the course is to teach students the difference between the various ways of structuring data and how to choose the ideal data structure for a given problem. The course will cover the main topics in data structures as in Lists(Linked List, ArrayList, Stacks, Queues), Big-O notation and performance measures, Trees(Binary Search Trees, AVL Trees, B+ Trees), Hash Tables, and Graphs.