MCQOPTIONS
Saved Bookmarks
| 1. |
What is the disadvantage of counting sort? |
| A. | counting sort has large time complexity |
| B. | counting sort has large space complexity |
| C. | counting sort is not a comparison based sorting technique |
| D. | counting sort cannot be used for array with non integer elements |
| Answer» E. | |