A medium Python interview practice problem on DataDriven. Write and execute real python code with instant grading.
- Domain
- Python
- Difficulty
- medium
- Seniority
- L5
Problem
Given keys (list of integers) and values (list of integers), return a dict mapping each key to the value whose numeric distance is smallest. Ties break by smaller value. Return string keys in the output (JSON compatibility in the test harness).
Summary
Close enough counts. Ties go low.
Practice This Problem
Solve this Python problem with real code execution. DataDriven runs your Python code in a real environment and grades it automatically.