-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Closed
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.
Its basically two sum problem from leetcode....Actually there's this test case when input is [2,3,4].and the target was 6.
Correct output must be [2,4],which is my output as well.But the expected output is given as [1,3].
Hoping to get it resolved soon!!
With regards,
Sahasraa.
Metadata
Metadata
Assignees
Labels
No labels