-
Couldn't load subscription status.
- Fork 2.4k
Description
Bug Report for https://neetcode.io/problems/two-integer-sum-ii
Please describe the bug below and include any steps to reproduce the bug or screenshots if possible.
The question seems to involve both the return value and the index, but it’s worth noting that indexing starts at 0, not 1. I’m not entirely sure how the test case is passing (I might be misunderstanding the problem) but I noticed it in C++ version.
Also, I’m not sure how this project is being managed, but it looks like multiple people are submitting the same or very similar issues. It might help to have a tool that aggregates related problems so that, before users start typing out a new report, they can see if a similar bug has already been submitted.