# 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 -

1. organization of data
    
2. Accessing methods
    
3. processing methods
    
4. degree of association
