Data Structure and algorithms
Q. What are Data Structure And Algorithms?
first of all Algorithms - algorithms are nothing but it is a problem-solving approach. it means solving a particular problem step by step. we can use any language to solve that problem and convert it into computer programming.
DA(Data structure) - we assume computer memory one-dimensional linear idea, so how we can arrange our data and how to struct it so that we are using data structure concepts for organized data in computer memory
Data Structure mainly specifies four categories -
organization of data
Accessing methods
processing methods
degree of association