leetcode icon indicating copy to clipboard operation
leetcode copied to clipboard

Bug Report for dynamicArray

Open jakevichnis opened this issue 1 month ago • 0 comments

Bug Report for https://neetcode.io/problems/dynamicArray

Please describe the bug below and include any steps to reproduce the bug or screenshots if possible.

Passes first two test cases, then returns an error insinuating self.capacity is the wrong type, even though the same process happens correctly for the first two test cases. Tested this on a personal IDE without error.

Strangely enough, submitting it officially does not return this error, it's only on testing does this error does this show, without indicating that I had any input. When I submit it as a solution, it shows my true input without type error.

jakevichnis avatar Nov 04 '25 15:11 jakevichnis