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


Please Help Members By Posting Answers For Below Questions

Is array a data type?

644


What are the advantages of selecetion sort?

872


What are b tree keys?

645


State the merits of linear representation of binary trees?

776


What is collection process?

716


In tree construction which is the suitable efficient data structure?

787


What is peek in stack?

685


Which interfaces are implemented by linkedlist?

687


How many pointers are necessary to implement a simple linked list?

892


Define level of the tree?

745


What is a vector class?

643


What is the minimum number of queues that can be used to implement a priority queue?

682


How does selection sort work?

698


Give a basic algorithm for searching a binary search tree?

654


Why is an array homogeneous?

622