Q. Which of the following statements is NOT TRUE for Internal Sorting algorithms (Solved)
1. usually deal with small number of elements
2. no of elements must be able to fit in process\s main memory
3. use auxilliary memory like tape or hard disk
4. ususally are of type compare-exchange
- c. use auxilliary memory like tape or hard disk