Q. What is an in-place sorting algorithm?

  • (A) It needs O(1) or O(logn) memory to create auxiliary locations
  • (B) The input is already sorted and in-place
  • (C) It requires additional storage
  • (D) It requires additional space
πŸ’¬ Discuss
βœ… Correct Answer: (A) It needs O(1) or O(logn) memory to create auxiliary locations

You must be Logged in to update hint/solution

πŸ’¬ Discussion

πŸ“Š Question Analytics

πŸ‘οΈ
544
Total Visits
πŸ“½οΈ
3 y ago
Published
πŸŽ–οΈ
Mr. Dubey
Publisher
πŸ“ˆ
87%
Success Rate