Skip to content

Solution #39 - Neha Amin - 15/07/2025 #67

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

NEHA-AMIN
Copy link
Contributor

@NEHA-AMIN NEHA-AMIN commented Jul 15, 2025

This PR adds a solution for Leetcode Problem: Combination Sum.
The goal is to find all unique combinations of candidate numbers where the chosen numbers sum to a given target, allowing each number to be used an unlimited number of times.
A recursive backtracking approach is employed to efficiently build valid combinations and avoid duplicates, following the problem’s requirements

@NEHA-AMIN NEHA-AMIN changed the title New commit Combination Sum 15-07 Jul 15, 2025
@NEHA-AMIN NEHA-AMIN changed the title Combination Sum 15-07 #6 - Combination Sum - Medium Jul 17, 2025
@NEHA-AMIN NEHA-AMIN changed the title #6 - Combination Sum - Medium Solution #39 - Combination Sum - Medium Jul 18, 2025
@NEHA-AMIN NEHA-AMIN force-pushed the feature/comb-sum branch 2 times, most recently from 442f5cb to f6566a7 Compare July 19, 2025 07:32
@NEHA-AMIN NEHA-AMIN changed the title Solution #39 - Combination Sum - Medium Solution #39 - Neha Amin - 15/07 Jul 19, 2025
@NEHA-AMIN NEHA-AMIN changed the title Solution #39 - Neha Amin - 15/07 Solution #39 - Neha Amin - 15/07/2025 Jul 19, 2025
Copy link
Member

@JRS296 JRS296 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Kindly check if this problem has been solved in Java. If so, move it to this folder

@NEHA-AMIN
Copy link
Contributor Author

Kindly check if this problem has been solved in Java. If so, move it to this folder

I've made the changes. Could you please review it again?

@NEHA-AMIN NEHA-AMIN requested a review from JRS296 July 21, 2025 06:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants