What is the difference between bubble sort and linear search ? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

What is the difference between bubble sort and linear search ?

Key differences between them in c language

5th Jul 2020, 11:02 AM
RESHMA R
1 Answer
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.
5th Jul 2020, 11:24 AM
yyy