0
What is the difference between bubble sort and linear search ?
Key differences between them in c language
1 ответ
0
1) Sort algorithm = you order an unordered list, array and so on.
2) You search an item in a list, array and so on.
You can only compare sort algorithms to each other to check wich one is more efficient.
The same is valid vor searching algorithms.