what is a program?
Algorithm + data structure
algorithm is a finite sequence of instructions.
Data structure describes the way data is stored
it is a representation of logical relationship existing between two individual
elements of data.
How to select a data structure?
1) Analyse the problem
2) Determine basic operations
3) Select ds