Computer Science, asked by jrborja18cbsua, 6 months ago

What is the difference between searching and sorting?

Answers

Answered by raginikri2007
3

Answer:

In searching, a certain array is to be searched for whereas in sorting the members of the array are to be sorted in a particular order, i.e. descending or ascending order. ... Searching returns the position of the searched array while sorting returns an array with the elements arranged in ascending or descending order.

Answered by captainick4567
3

searching- this is the process by which the one searches the group of element for the desired element. there are different method of searching bt let us deal two methods of searching and they are linear search and binary search.

Sporting - this is the operation of arranging the element of the table into some sequential order according to ordering criteria. the sort is performed according to the key value of each of the elements.

Explanation:

mark as brainlist!!!!!!!!

Similar questions