This post is from a low-reputation account and contains an unverified outbound link. Be cautious before clicking external links.

Data structure

Words
97
Reading
1 min
Listen
Play
8y

The data appering in our data structure are processed by means of certen operation. In fact, the particular data structure that one choose for a given situation depends largely on the frequency with which specific operations are performed

social-1989152__340.jpg
Source

  1. Traversing: accessing each record exacily once so that certain item in the record may be processed.
  2. searching. finding the location of the record with a given key value or finding the locations of all record which satisfy one or more condition
    thought-2123970_960_720.jpg
    source
  3. Insering: Adding a new record to the structure
    4Deleting: Removing a record from a structure