How can you modify the code below to find the smallest element in the list?
Question & Answer
How can you modify the code below to find the smallest element in the list?
1 Answer
Verified archiveLine 4 would become IF num < target
How can you modify the code below to find the smallest element in the list?
Line 4 would become IF num < target