A sorting algorithm that sorts data in ascending order can be used to sort data in descending order
a. Never.
b. Only if the algorithm is modified.
c. Only if the algorithm is inverted.
d. Given the proper data.
e. None of the above.
b. Only if the algorithm is modified.
Computer Science & Information Technology
You might also like to view...
when:
a. The constructor in the base class is virtual. b. delete is used on a base-class pointer to a derived-class object. c. delete is used on a derived-class object. d. A constructor in either the base class or derived class is virtual.
Computer Science & Information Technology
In the Java coordinate system, the point (0, 0) is ________.
a. The lower-right corner of the screen. b. The upper-right corner of the screen. c. The lower-left corner of the screen. d. The upper-left corner of the screen.
Computer Science & Information Technology