Bug Report for https://neetcode.io/problems/top-k-elements-in-list Please describe the bug below and include any steps to reproduce the bug or screenshots if possible. One of the testcase is incorrect. For nums[1,2] and k=2, the output shall be [] but its showing [1,2] . I think its incorrect