Skip to content

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

@psinha37

Description

@psinha37

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.

Input:
numbers=[2,3,4]
target=6
Your Output:
[2,4]
Expected output:
[1,3]

I think my output is correct.
Expected Output says [1,3] where 1 is no only there in the input array and its sum is definitely not 4.

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