What is the difference between bubble sort and linear search ? | Sololearn: Learn to code for FREE!
Новый курс! Каждый программист должен знать генеративный ИИ!
Попробуйте бесплатный урок
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 ответ
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