0% found this document useful (0 votes)
30 views1 page

Understanding Programs: Algorithms & Data Structures

Uploaded by

Srinivas
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
30 views1 page

Understanding Programs: Algorithms & Data Structures

Uploaded by

Srinivas
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd

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

You might also like