When will you sort an array of pointers to list elements,
rather than sorting the elements themselves?
Answer Posted / yenealem
using pointers makes easier data manipulation on data
structuring. Therefore, when one uses array of pointers in
sorting data makes data structuring easier.Furthermore,
When pointers are arranged in array they are easier for
arithmetic operation.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is the maximum size of array?
How does arraylist size work?
What is sorting rule in shapes?
What are the tasks performed during inorder traversal?
What are the tasks performed during postorder traversal?
What is concurrentlinkeddeque?
Define path in a graph?
Can list contain null values?
What is red black tree in data structure?
Is bucket sort a comparison sort?
What is the difference between hashset and linkedhashset?
Differentiate between hashmap and treemap.
What is difference between list and array?
What is non linear data structure with example?
What is list and types of list?