Loading...
The Second Summit
A easy Python interview practice problem on DataDriven. Write and execute real python code with instant grading.
- Domain
- Python
- Difficulty
- easy
- Seniority
- junior, mid
Problem
Find the second largest number in a list of integers without using sort(), sorted(), min(), or max(). The list will always contain at least two distinct values. Return the second largest unique value.
Practice This Problem
Solve this Python problem with real code execution. DataDriven runs your Python code in a sandboxed Docker environment and grades it instantly.