Data Structures Definition and Classification, DSA notes, Data Structure, Algorithms,

 Data Structure & Algorithms 

Data Structures - Definition and Classification

Definition:
Data Structures is the concept of set of algorithms used to structure the information. 
These algorithms are implemented using C, C++, Java, etc 
Structure the information means store and process data in an efficient manner. 

To store and process data we may use the following operations: 

1.create() 

2.sorting() 

\3.insert()  

4.merging() 

5.delete()  

6.splitting() 

7.display() 

8.traversal() 

9.searching() 

No comments:

Post a Comment