Suppose that data is an array of 1000 integers. Write a single function call that will sort the 100 elements data [222] through

Q

Suppose that data is an array of 1000 integers. Write a single function call that will sort the 100 elements data [222] through data [321].

✍: Guest

A

quicksort ((data + 222), 100);

2012-02-20, 2616👍, 0💬