Computer Applications
Differentiate between Sorting and Searching
Java Arrays
ICSE 2018
130 Likes
Answer
Sorting | Searching |
---|---|
Sorting means to arrange the elements of the array in ascending or descending order. | Searching means to search for a term or value in an array. |
Bubble sort and Selection sort are examples of sorting techniques. | Linear search and Binary search are examples of search techniques. |
Answered By
77 Likes