Q. Which of the following methods can be used to find the largest and smallest number in a linked list?

  • (A) recursion
  • (B) iteration
  • (C) both recursion and iteration
  • (D) impossible to find the largest and smallest numbers
πŸ’¬ Discuss
βœ… Correct Answer: (C) both recursion and iteration
Explanation: both recursion and iteration can be used to find the largest and smallest

Explanation by: Mr. Dubey
both recursion and iteration can be used to find the largest and smallest

πŸ’¬ Discussion

πŸ“Š Question Analytics

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