Data Structures and Algorithm Lec 1
Data Structures and Algorithm Lec 1
Linked list
queue
tree stack
Linear Data Structures
10
a[0] a[1] a[2] a[3] a[4] a[5] a[6] a[7] a[8] a[9]
1 2 3 4 5 6 7 8 9 10
Front 20 30 10 60 57 29 Back
18 Non-Linear Data Structures
Graphs
Trees
Hash Tables
Graphs
19
Problem
Algorithm
Proving correctness
Empirical analysis
Optimality
Analysis of Algorithms
32