Data Structure Introduction
Data Structure Introduction
Algorithms
Introduction
Dr. R. Jothi, SCOPE
VIT Chennai
Outline
Data Structure Introduction
Examples
Course Outcomes
Syllabus
Fixed size
Too large – wastage of memory
Too small - overflow
}cc[100];
John
12345 M
COMP
...
0 1 2 … 98 99 11
Faster access
Prefix based search
Stack - LIFO