Computer Science, asked by zonaikhan3845, 1 year ago

What is the best data structure for storing the phonemes and associated data in the disk?

Answers

Answered by siddharthranjan77
0
bleed line of Bogie fabrication on date 6 of Bogie fabrication on date
44 {561}^{?}
Attachments:
Answered by phillipinestest
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