-
Notifications
You must be signed in to change notification settings - Fork 36
Open
Labels
Level-2Level 2 contributionLevel 2 contributionNew-problemSuggest a new DSA problem for inclusionSuggest a new DSA problem for inclusionStart Working2-3 days max to work on this Issue, while staying assigned.2-3 days max to work on this Issue, while staying assigned.gssoc25Official gsssoc25 label, that marks the contribution.Official gsssoc25 label, that marks the contribution.
Description
📝 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 contributionLevel 2 contributionNew-problemSuggest a new DSA problem for inclusionSuggest a new DSA problem for inclusionStart Working2-3 days max to work on this Issue, while staying assigned.2-3 days max to work on this Issue, while staying assigned.gssoc25Official gsssoc25 label, that marks the contribution.Official gsssoc25 label, that marks the contribution.