Bug Report for https://neetcode.io/problems/find-k-closest-elements
Please describe the bug below and include any steps to reproduce the bug or screenshots if possible.
Should have this test case....my code failed here but it got submitted
arr=[1,3]
k=1
x=2
Bug Report for https://neetcode.io/problems/find-k-closest-elements
Please describe the bug below and include any steps to reproduce the bug or screenshots if possible.
Should have this test case....my code failed here but it got submitted
arr=[1,3]
k=1
x=2