Skip to content

Feat: Add Three sum in Math Section #9153

@BamaCharanChhandogi

Description

@BamaCharanChhandogi

Feature description

I think Two sum is available but the Three sum is not available.
I want to add three sum Problem.

Examples:

Input: array = [-1,0,1,2,-1,-4]
Output: [[-1,-1,2],[-1,0,1]]

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementThis PR modified some existing files

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions