45.3k views
0 votes
What changes do you need to a algorithm to compare 100 numberst

1 Answer

3 votes

Answer:

It really depends - in general every data structure has its use.

Step-by-step explanation:

Furthermore, traversing the list will be inefficient because the data items are not contiguous in memory, forcing the CPU to jump all over the RAM memory causing further slowdown.

User Baksteen
by
3.6k points