Skip to content

Bug Report for two-integer-sum-ii #4396

@techGuyAj

Description

@techGuyAj

Bug Report for https://neetcode.io/problems/two-integer-sum-ii

The test expected output is wrong.

Input:

numbers=[2,3,4]
target=6
Your Output:

[2,4]
Expected output:

[1,3]

If the required target is 6 , then correct answer should be {2,4} not {1,6}.
Please update the expected output .

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions