Bug Report for https://neetcode.io/problems/find-duplicate-integer
Please describe the bug below and include any steps to reproduce the bug or screenshots if possible.
Example below is not valid example-
Here the question says length of array is n+1 from range [1,n] both inclusive.
Now example has numbers ranging from [1,3] so size should be 4 that is n+1
