Application of data structure

Share:

Application of data structure



  • Data structured are used to store large data

  • stack data is used to store data in sequential and process in reverse order

  • queue data structured is used to store data sequential and process the data in forward direction

  • Binary tree data structure is used to search for a particular data

  • graph data structure is used to model real world problems

  • Hash table is used to access data fastly using key value

No comments