Identify one or more correct answers: Reordering an array of pointers to list elements, rather than sorting

Question:

Identify one or more correct answers: Reordering an array of pointers to list elements, rather than sorting the elements themselves, is a good idea when 

1. the number of elements is very large. 

2. the individual elements are large in size. 

3. the sort is recursive. 

4. there are multiple keys on which to sort the elements.

Fantastic news! We've Found the answer you've been seeking!

Step by Step Answer:

Related Book For  book-img-for-question

C++ Plus Data Structures

ISBN: 9781284089189

6th Edition

Authors: Nell Dale, Chip Weems, Tim Richards

Question Posted: