Java
Java copied to clipboard
Feat: add "4-Sum Problem"
What would you like to Propose?
What would you like to Propose?
- [x] I have read CONTRIBUTING.md.
- [x] This pull request is all my own work -- I have not plagiarized it.
- [x] All filenames are in PascalCase.
- [x] All functions and variable names follow Java naming conventions.
- [x] All new algorithms have a URL in their comments that points to Wikipedia or other similar explanations.
Issue details
Two sum Problem, Three sum Problem is done. Four sum Problem is missing. Input: nums = [1,0,-1,0,-2,2], target = 0 Output: [[-2,-1,1,2],[-2,0,0,2],[-1,0,0,1]]
Additional Information
No response
#4377
I want to be assigned this problem I can provide effecient solutions for it
I can give efficient version.. can I be assigned??
Free feel to raise PR. We will check.
I made a PR for this please check it @BamaCharanChhandogi
@BamaCharanChhandogi I raised a PR. Feel free to review it
There are currently 5 pull-requests regarding this issue:
- #4375,
- #4377,
- #4383,
- #4408,
- #4411.
So which one is going to be merged with the main repo @vil02
Hi @BamaCharanChhandogi please assign me this problem.
please assign me this issue I can provide the better version of code.
Hello everyone, We already have 1/2 good PR. We have to work on those PR.Your suggestions for these PR would be greatly appreciated. Thank you.
Assign me this problem if no one is working on it
Kindly assign this issue to me. I will solve it in best time and space complexity.
@BamaCharanChhandogi Feel free to check the last commits
@BamaCharanChhandogi Give me a chance, i will provide you more efficient and readable code
@abhichauhan824 Give me a chance, i will provide you more efficient and readable code
You can add your solution code to this repository
Thanks MD Shamim Ahmad for giving me a chance .
On Sat, Sep 30, 2023 at 10:37 PM Md Shamim Ahmad @.***> wrote:
@BamaCharanChhandogi https://github.com/BamaCharanChhandogi Give me a chance, i will provide you more efficient and readable code
You can add your solution code to this repository https://github.com/md-shamim-ahmad/LeetCode-Problem-Solution
— Reply to this email directly, view it on GitHub https://github.com/TheAlgorithms/Java/issues/4374#issuecomment-1741815606, or unsubscribe https://github.com/notifications/unsubscribe-auth/AWUOJJDXZ3KSKLTEJIGQFGDX5BGVNANCNFSM6AAAAAA4YBLS7I . You are receiving this because you commented.Message ID: @.***>
I would like to work on this issue, please assign this to me.
I would like to work on this issue, please assign this to me. It's my first time contributing so please give me a chance @BamaCharanChhandogi
Hello everyone! This problem has already good PR.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contribution!
Please reopen this issue once you have made the required changes. If you need help, feel free to ask in our Discord server or ping one of the maintainers here. Thank you for your contribution!