Why sorting is done?



Why sorting is done?..

Answer / Krishna Gopal

Sorting is done to arrange data in a particular order. This helps in efficient searching, processing, and analyzing large sets of data.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Data Structures Interview Questions

What is the use of data structure?

1 Answers  


Explain multiply linked list in short.

1 Answers  


What are the advantage of linked list over array?

1 Answers  


Can you use Bubble Sort To sort the number of elements.

1 Answers   iNautix,


How can we delete the first node from the singly linked list?

1 Answers  


Can treemap have duplicate values?

1 Answers  


What do you mean by disjoint set adt?

1 Answers  


What is stack algorithm?

1 Answers  


Give a basic algorithm for searching a binary search tree?

1 Answers  


Differentiate between list and map.

1 Answers  


For addition and deletion. Which one is most preferred: array list or linked list?

1 Answers  


Is array immutable?

1 Answers  


Categories