0
Why use array instead of linked list
2 Answers
+ 2
if your priorities are to get or search then time taken by arrays will be less than linked list but linked list performance tops in insert and delete. so if you want to read data array is the best.
+ 1
array work faster than linklist