What is the best data structure for storing the phonemes and associated data in the disk?
Answers
Answered by
0
bleed line of Bogie fabrication on date 6 of Bogie fabrication on date
Attachments:
Answered by
0
Hash table is the best data structure for storing the phonemes and associated data in the disk.
Hash table stores the data as a pair of keys and values in the data structure. The hash table can store the inserted data in an 'Array Format' where there is a unique index value for each data.
With the index value accessing the data is fast even if there is a huge volume of data.
Similar questions