When will you sort an array of pointers to list elements,
rather than sorting the elements themselves?

Answer Posted / prasad

when you are using linked lists for
storing the elements.

Is This Answer Correct ?    6 Yes 16 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

If you are using c language to implement the heterogeneous linked list, what pointer type should be used?

632


What is 1d array?

472


What is mean by sorting?

506


Name few classes that implement collection interface?

533


What happens if we try to insert duplicate key in hashmap?

423






What is the easiest sorting method to use in data structures?

558


What is scalar data type?

600


Why is hashmap not thread safe?

495


If you are using c language to implement the heterogeneous linked list, explain what pointer type will you use?

614


Tell me what is quick sort?

548


When will you use array over arraylist?

529


Provide an algorithm to reverse a linked list without using recursion.

516


Can value be null in treemap?

510


What are the tasks performed during preorder traversal?

623


How do you declare An array of three char pointers

516