What is the use of sorting the data?
Answer / Amarjeet Yadav
Sorting data can improve efficiency in searching, comparing and selecting items in a dataset. It also enables statistical analysis, pattern recognition, and helps in making decisions based on sorted data.
| Is This Answer Correct ? | 0 Yes | 0 No |
Differentiate between iterable and iterator.
What is linked list in data structure?
What is a multiset table?
How do you assign an address to an element of a pointer array ?
What will you prefer for traversing through a list of elements between singly and doubly linked lists?
What is complexity algorithm?
Which is the parent class of sortedset<e> class?
What is difference between hashmap and map?
Mention one advantage and disadvantage of using quadratic probing?
Which is the parent class of enumset class?
How do I push an element into a stack?
What is a treeset?