adplus-dvertising
frame-decoration

Question

If you wanted to sort many large objects or structures, it would be most efficient to

a.

place them in an array & sort the array

b.

place pointers to them in an array & sort the array

c.

place them in a linked list and sort the linked list

d.

place references to them in an array and sort the array

Answer: (c).place them in a linked list and sort the linked list

Engage with the Community - Add Your Comment

Confused About the Answer? Ask for Details Here.

Know the Explanation? Add it Here.

Q. If you wanted to sort many large objects or structures, it would be most efficient to