Skip to content

Latest commit

 

History

History

Find K Closest Elements

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

Find K Closest Elements

Try the problem

Given a sorted array, two integers k and x, find the k closest elements to x in the array. The result should also be sorted in ascending order. If there is a tie, the smaller elements are always preferred.