DIY: Find K Closest Elements

Solve the interview question "Find K Closest Elements" in this lesson.

Problem statement

Given a sorted integer array arr, and two integers k and ...