The Bronze Medalist
A easy Python interview practice problem on DataDriven. Write and execute real python code with instant grading.
- Domain
- Python
- Difficulty
- easy
- Seniority
- L3
Problem
Given a list of integers and integer k, return the k-th largest distinct-position value (by rank; k=1 is the max). You may use built-in sorting.
Summary
Not first, not last - somewhere in the middle of the podium.
Practice This Problem
Solve this Python problem with real code execution. DataDriven runs your Python code in a real environment and grades it automatically.