Data Structure And Alogrithm
What is programe?
Programe = Data Structure + Alogrithm
What is data structure?
The ways that how data been stored. Generally there are only two structure
- Sequential
- Non-Sequential
What is Alogrithm?
Alogrithm is the way that used to solve particular problems, it can include different Alogrithm Paradigim, Implementation etc. Things like different Sorting Alogrithm (Merge Sort, Quick Sort), Searching Alogrithm (Binary Searching, Sequential Searching) etc.
Here is a mind map of DataStructure and Algorithm