• Data structure is a way to store and organize data in a computer system. 
  • So that we can use the data easily.
  • That is, the data is stored and organized in such a way that it can be easily accessed later at any time.
  • Data structure is a main part of many computer science algorithms by which programmers can handle data well. 
  • It plays a very important role in improving the performance of the program or software.





What is DS (Data Structure).

  • Data structure can be defined as a set of data elements that provide an efficient way to store and organize data in a computer so that it can be stored efficiently. ) to be used. 
  • Some examples of data structures are Arrays, Linked list, Stack, Queue etc. 
  • Data structures are used widely in almost every aspect of computer science i.e. operating system, compiler design, artificial intelligence, graphics and much more.