Introduction: Basic Terminology, Elementary Data Organization,
Data Structures and Operations, Algorithm : Complexity, Time-Space Tradeoff, Asymptotic Notations for Complexity( Ω ,θ, O),
Array: Introduction, Representation of Linear Arrays in Memory, Traversing Linear Arrays, Arrays: Inserting and Deleting (at Beginning, middle and at the end)
Searching: Linear and Binary Search with their Complexity
Sorting: Bubble Sort & its Complexity,
Linked List: Introduction & its memory representation, Traversing a Linked List,
Insertion...