Bug Report for https://neetcode.io/problems/remove-duplicates-from-sorted-array Please describe the bug below and include any steps to reproduce the bug or screenshots if possible. From my IDE the output is different and correct with the same solution I have in neetcode Neetcode <img width="1662" height="936" alt="Image" src="https://github.com/user-attachments/assets/f0411c28-1bf6-44ad-b733-8399660976d6" /> Outout in neetcode is showing as: [1,1,2,3] IDE <img width="1339" height="1034" alt="Image" src="https://github.com/user-attachments/assets/9fab72d2-5801-4516-ae1e-505909ef54cf" /> output in IDE is 4