Skip to content

[New Problem] 3Sum #203

@nilesh325

Description

@nilesh325

📝 New Problem Idea

Problem Title:
3Sum

Brief Statement:
Given an integer array nums, return all the triplets [nums[i], nums[j], nums[k]] such that i != j, i != k, and j != k, and nums[i] + nums[j] + nums[k] == 0.

  • Simple/Beginner
  • Medium/Logic
  • Hard/Optimized

Topic of this Problem

  • Array
  • Sorting
  • Two Pointers

Metadata

Metadata

Assignees

Labels

Level-2Level 2 contributionNew-problemSuggest a new DSA problem for inclusionStart Working2-3 days max to work on this Issue, while staying assigned.gssoc25Official gsssoc25 label, that marks the contribution.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions