What is the difference between classifying and sorting?



What is the difference between classifying and sorting?..

Answer / Swanjeeta Beldar

Classification groups elements based on some criteria or properties, while sorting arranges elements in a specific order (ascending or descending) according to their values.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Data Structures Interview Questions

How many passes are required in bubble sort?

1 Answers  


What is inserting in data structure?

1 Answers  


Is array faster than arraylist?

1 Answers  


What is sequential sorting?

1 Answers  


Let the G be a graph with 100 vertices numbered 1 to 100 Two vertices i and j are adjecnt if | i-j| =8 or | i-j| =12. The Number of connected components in G is ?

4 Answers  


Why quicksort is faster?

1 Answers  


What is garbage collection in data structure?

1 Answers  


Explain the internal working of a hash map?

1 Answers  


Does arraylist guarantee insertion order?

1 Answers  


What is immutablelist?

1 Answers  


Is treemap sorted?

1 Answers  


What data structure does a binary tree degenerate?

1 Answers  


Categories