In what kind of storage can we easily insert, delete, concatenate and rearrange substrings?
Answers
Answered by
0
Answer:
In linked list one can easily insert, delete, concatenate and rearrange substrings.
A linked list is a linear data structure,where each element is a separate object. The elements in a linked list are linked using pointers.
Each node contains a reference to the next node. So if if have to insert or delete something we can just change the content of the previous node which points to this node.
Answered by
0
Answer:
Temporary storage that is primary storage(RAM)
Explanation:
When we shut down the system the data will be deleted automatically from it to recollect that data secondary storage which is permanent storage in memory will help to bring back the data not only strings,substrings
HOPE IT IS HELPFUL TO U!
Similar questions