Java icon indicating copy to clipboard operation
Java copied to clipboard

Feat: add "4-Sum Problem"

Open BamaCharanChhandogi opened this issue 1 year ago • 21 comments

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

BamaCharanChhandogi avatar Sep 14 '23 12:09 BamaCharanChhandogi

#4377

ankity26 avatar Sep 16 '23 13:09 ankity26

I want to be assigned this problem I can provide effecient solutions for it

mouss3abbb avatar Sep 24 '23 15:09 mouss3abbb

I can give efficient version.. can I be assigned??

Thanush19 avatar Sep 25 '23 16:09 Thanush19

Free feel to raise PR. We will check.

BamaCharanChhandogi avatar Sep 25 '23 16:09 BamaCharanChhandogi

I made a PR for this please check it @BamaCharanChhandogi

HimanshuMahto avatar Sep 26 '23 17:09 HimanshuMahto

@BamaCharanChhandogi I raised a PR. Feel free to review it

mouss3abbb avatar Sep 26 '23 19:09 mouss3abbb

There are currently 5 pull-requests regarding this issue:

  • #4375,
  • #4377,
  • #4383,
  • #4408,
  • #4411.

vil02 avatar Sep 26 '23 19:09 vil02

So which one is going to be merged with the main repo @vil02

HimanshuMahto avatar Sep 26 '23 20:09 HimanshuMahto

Hi @BamaCharanChhandogi please assign me this problem.

shaktimaan00 avatar Sep 27 '23 04:09 shaktimaan00

please assign me this issue I can provide the better version of code.

shreyanshR7 avatar Sep 27 '23 11:09 shreyanshR7

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.

BamaCharanChhandogi avatar Sep 27 '23 11:09 BamaCharanChhandogi

Assign me this problem if no one is working on it

justharshal2023 avatar Sep 29 '23 17:09 justharshal2023

Kindly assign this issue to me. I will solve it in best time and space complexity.

Monachaudhary avatar Sep 30 '23 03:09 Monachaudhary

@BamaCharanChhandogi Feel free to check the last commits

mouss3abbb avatar Sep 30 '23 14:09 mouss3abbb

@BamaCharanChhandogi Give me a chance, i will provide you more efficient and readable code

abhichauhan824 avatar Sep 30 '23 16:09 abhichauhan824

@abhichauhan824 Give me a chance, i will provide you more efficient and readable code

You can add your solution code to this repository

md-shamim-ahmad avatar Sep 30 '23 17:09 md-shamim-ahmad

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: @.***>

abhichauhan824 avatar Sep 30 '23 17:09 abhichauhan824

I would like to work on this issue, please assign this to me.

VedantArora18 avatar Oct 01 '23 05:10 VedantArora18

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

debnath003 avatar Oct 01 '23 06:10 debnath003

Hello everyone! This problem has already good PR.

BamaCharanChhandogi avatar Oct 01 '23 09:10 BamaCharanChhandogi

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!

github-actions[bot] avatar Feb 23 '24 00:02 github-actions[bot]

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!

github-actions[bot] avatar Mar 03 '24 00:03 github-actions[bot]