Login
Discover
Waves
Decks
Plus
Login
Signup
Data structure
Data structure
badhanzone
(25)
Published in
#data
Words
0
Reading
0 min
Listen
Play
2018-04-10 04:17
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
Source
Traversing: accessing each record exacily once so that certain item in the record may be processed.
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
source
Insering: Adding a new record to the structure
4Deleting: Removing a record from a structure
Show 1 comments