Vidyalelo
Data Structure · Q870

Miscellaneous on Data Structures

Programming · Data Structure · question 870

Q870

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
Answer
D.
Impossible to find the largest and smallest numbers

Answer: Option C

Solution

Answer: Option C
No explanation is given for this question Let's Discuss on Board