Skip to content
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

Add data structure/algorithm programs in Java #2

Open
PrajaktaSathe opened this issue Oct 5, 2021 · 43 comments · Fixed by #49 or anuska2772/Java#1 · May be fixed by #177
Open

Add data structure/algorithm programs in Java #2

PrajaktaSathe opened this issue Oct 5, 2021 · 43 comments · Fixed by #49 or anuska2772/Java#1 · May be fixed by #177

Comments

@PrajaktaSathe
Copy link
Owner

If you have implemented any data structure/algorithm in Java, do open up a PR! Please make sure the same program is not included in the repo before opening up a PR!

@rajeshias
Copy link
Contributor

Hi, I have created a PR for my java algorithm #3

@PrajaktaSathe
Copy link
Owner Author

Merged!

@SamikshyaMstar
Copy link
Contributor

Hi, I have created a PR for the JAVA algorithm #6

@PrajaktaSathe
Copy link
Owner Author

Hi, I have created a PR for the JAVA algorithm #6

Merged!

@btdo
Copy link

btdo commented Oct 8, 2021

Hi, I have created a PR for JAVA algorithm #10

@SamikshyaMstar
Copy link
Contributor

Hey @PrajaktaSathe can I add tic tac toe in java here?

@PrajaktaSathe
Copy link
Owner Author

Hey @PrajaktaSathe can I add tic tac toe in java here?

Yes, you can.

@Divi2701
Copy link
Contributor

hey!
I have created a PR for a JAVA Program #17 . Please review it @PrajaktaSathe .

@PrajaktaSathe
Copy link
Owner Author

hey! I have created a PR for a JAVA Program #17 . Please review it @PrajaktaSathe .

Merged!

@dyarawilliams
Copy link
Contributor

Hello, I have completed a PR for HeapSort in java #15

@aarzoopundir
Copy link

hey @PrajaktaSathe can I add sort colors program in java here.

@PrajaktaSathe
Copy link
Owner Author

hey @PrajaktaSathe can I add sort colors program in java here.

What exactly is the program about?

@aarzoopundir
Copy link

Given an array with n objects colored red, white, or blue, sort them in-place so that objects of the same color are adjacent, with the colors in the order red, white, and blue.
We will use the integers 0, 1, and 2 to represent the color red, white, and blue, respectively.
You must solve this problem without using the library's sort function.
for full question u can refer here:
https://leetcode.com/problems/sort-colors/

@PrajaktaSathe
Copy link
Owner Author

Given an array with n objects colored red, white, or blue, sort them in-place so that objects of the same color are adjacent, with the colors in the order red, white, and blue. We will use the integers 0, 1, and 2 to represent the color red, white, and blue, respectively. You must solve this problem without using the library's sort function. for full question u can refer here: https://leetcode.com/problems/sort-colors/

Sure! Go ahead.

@itsAftabAlam
Copy link
Contributor

@PrajaktaSathe just added insertion sort, please check #49

@prakhar-198
Copy link
Contributor

prakhar-198 commented Oct 16, 2021

@PrajaktaSathe I have requested a PR for kadanes algorithhm(subarray with maximum sum). kindly merge it.

@PrajaktaSathe
Copy link
Owner Author

@PrajaktaSathe just added insertion sort, please check #49

Done! Pl star the repo.

@PrajaktaSathe PrajaktaSathe reopened this Oct 16, 2021
@PrajaktaSathe
Copy link
Owner Author

@PrajaktaSathe I have requested a PR for kadanes algorithhm(subarray with maximum sum). kindly merge it.

Merged. Do star the repo.

@AnshMishra2001
Copy link

Soundex.java added #74 @PrajaktaSathe

@XenoCod
Copy link
Contributor

XenoCod commented Oct 18, 2021

Hii, @PrajaktaSathe I have requested a PR for Trie Data structure. Please review it :)

@gssandhu143
Copy link
Contributor

gssandhu143 commented Oct 18, 2021

@benardcharumbira @PrajaktaSathe I have made the PR for coin change combination print. #88

@PrajaktaSathe
Copy link
Owner Author

Soundex.java added #74 @PrajaktaSathe

Please look at the changes requested, after which we will be able to merge your PR.

@gssandhu143
Copy link
Contributor

I have update the PR #88, please check @PrajaktaSathe

@AnshMishra2001
Copy link

@PrajaktaSathe Updated PR #74

@PrajaktaSathe
Copy link
Owner Author

@gssandhu143 @AnshMishra2001 Your PRs have been merged! Please add your programs to the list of programs in the main readme file.
Also, star the repo!

@RajdeepDs
Copy link
Contributor

@PrajaktaSathe
I have requested a PR for Sort Non-Boundary Elements of matrix. #101

@PrajaktaSathe
Copy link
Owner Author

@PrajaktaSathe I have requested a PR for Sort Non-Boundary Elements of matrix. #101

Merged!

@RajdeepDs
Copy link
Contributor

@PrajaktaSathe
Thank You

@Ayse-Sadioglu
Copy link

Hi @PrajaktaSathe , Can I add implementation of Maximum Subarray Sum with divide and conquer algorithm ?

@Ayse-Sadioglu
Copy link

I have requested a PR for Maximum Subarray Sum with divide and conquer algorithm

@PrajaktaSathe
Copy link
Owner Author

@Ayse-Sadioglu Merged your PR!

@PrajaktaSathe PrajaktaSathe mentioned this issue Oct 12, 2022
@riyapandey730
Copy link
Contributor

@PrajaktaSathe Can i add the implementation of stack in java?

@PrajaktaSathe
Copy link
Owner Author

@PrajaktaSathe Can i add the implementation of stack in java?

Yes. Go ahead @riyapandey730 !!

@riyapandey730
Copy link
Contributor

Please review my PR!! @PrajaktaSathe

@PrajaktaSathe
Copy link
Owner Author

Please review my PR!! @PrajaktaSathe

Done!!

@SaxenaAnushka102
Copy link

Hello @PrajaktaSathe! I'd like to contribute. Is there any algo I can add?

@riyapandey730
Copy link
Contributor

@PrajaktaSathe Please review my PR

@PrajaktaSathe
Copy link
Owner Author

Hello @PrajaktaSathe! I'd like to contribute. Is there any algo I can add?

Sure! You can check the list of projects and add something accordingly!

@PrajaktaSathe
Copy link
Owner Author

@PrajaktaSathe Please review my PR

Done!

@riyapandey730
Copy link
Contributor

@PrajaktaSathe please merge the update read my also

@AnushreeDixit
Copy link

Hi @PrajaktaSathe, I have raised a PR of K Closest Points to Origin by using Heap Algorithm.
Can you merge it?

@Aayush-Kapur
Copy link

Hi @PrajaktaSathe Please review my PR #175

@rajan98 rajan98 linked a pull request Oct 4, 2023 that will close this issue
@JNamasaki
Copy link

Hi @PrajaktaSathe, i have raised a PR of a matrix rotation can you revise, please?

anuska2772 added a commit to anuska2772/Java that referenced this issue Oct 21, 2024
this is a dfs algorithm, specially meant for beginners. PrajaktaSathe#2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet