Which is the best data structure for organizing and storing data?
Answers
Answered by
0
Generally, the tasks you’ll want to do on your data are:
Add some
Remove some
Find some
Sort it all
Depending on which of these tasks you’re going to want to do most, you will choose a data structure that makes that task easier, faster, and more efficient.
Similar questions