Computer Science, asked by dattasaipavananandan, 4 months ago

. What is the difference between Sorting and Filtering​

Answers

Answered by Anonymous
3

Essentially, sorting and filtering are tools that let you organize your data. When you sort data, you are putting it in order. Filtering data lets you hide unimportant data and focus only on the data you're interested in.

Answered by mohantyjyostna
0

Answer:

Sorting: To arrange your data in a particular order. E.g. Arranging a list on the alphabetical order, arranging your data on in increasing or decreasing order of numeric values. Filtering: To filter out some data based on a condition.

Similar questions