TheAlgorithms / Java

All Algorithms implemented in Java
MIT License
58.74k stars 18.98k forks source link

Feat: add "4-Sum Problem" #4374

Closed BamaCharanChhandogi closed 6 months ago

BamaCharanChhandogi commented 1 year ago

What would you like to Propose?

What would you like to Propose?

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

ankity26 commented 1 year ago

4377

mouss3abbb commented 1 year ago

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

Thanush19 commented 12 months ago

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

BamaCharanChhandogi commented 12 months ago

Free feel to raise PR. We will check.

HimanshuMahto commented 12 months ago

I made a PR for this please check it @BamaCharanChhandogi

mouss3abbb commented 12 months ago

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

vil02 commented 12 months ago

There are currently 5 pull-requests regarding this issue:

HimanshuMahto commented 12 months ago

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

shaktimaan00 commented 12 months ago

Hi @BamaCharanChhandogi please assign me this problem.

shreyanshR7 commented 12 months ago

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

BamaCharanChhandogi commented 12 months ago

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.

justharshal2023 commented 11 months ago

Assign me this problem if no one is working on it

Monachaudhary commented 11 months ago

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

mouss3abbb commented 11 months ago

@BamaCharanChhandogi Feel free to check the last commits

abhichauhan824 commented 11 months ago

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

md-shamim-ahmad commented 11 months ago

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

You can add your solution code to this repository

abhichauhan824 commented 11 months ago

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

VedantArora18 commented 11 months ago

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

debnath003 commented 11 months ago

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

BamaCharanChhandogi commented 11 months ago

Hello everyone! This problem has already good PR.

github-actions[bot] commented 7 months ago

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] commented 6 months ago

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!