PrajaktaSathe / Java

Includes programs written in Java. You are welcome to contribute here!
57 stars 89 forks source link

Add data structure/algorithm programs in Java #2

Open PrajaktaSathe opened 2 years ago

PrajaktaSathe commented 2 years ago

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 commented 2 years ago

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

PrajaktaSathe commented 2 years ago

Merged!

SamikshyaMstar commented 2 years ago

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

PrajaktaSathe commented 2 years ago

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

Merged!

btdo commented 2 years ago

Hi, I have created a PR for JAVA algorithm https://github.com/PrajaktaSathe/Java/pull/10

SamikshyaMstar commented 2 years ago

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

PrajaktaSathe commented 2 years ago

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

Yes, you can.

Divi2701 commented 2 years ago

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

PrajaktaSathe commented 2 years ago

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

Merged!

dyarawilliams commented 2 years ago

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

aarzoopundir commented 2 years ago

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

PrajaktaSathe commented 2 years ago

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

What exactly is the program about?

aarzoopundir commented 2 years ago

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 commented 2 years ago

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 commented 2 years ago

@PrajaktaSathe just added insertion sort, please check #49

prakhar-198 commented 2 years ago

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

PrajaktaSathe commented 2 years ago

@PrajaktaSathe just added insertion sort, please check #49

Done! Pl star the repo.

PrajaktaSathe commented 2 years ago

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

Merged. Do star the repo.

AnshMishra2001 commented 2 years ago

Soundex.java added #74 @PrajaktaSathe

XenoCod commented 2 years ago

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

gssandhu143 commented 2 years ago

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

PrajaktaSathe commented 2 years ago

Soundex.java added #74 @PrajaktaSathe

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

gssandhu143 commented 2 years ago

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

AnshMishra2001 commented 2 years ago

@PrajaktaSathe Updated PR #74

PrajaktaSathe commented 2 years ago

@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 commented 2 years ago

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

PrajaktaSathe commented 2 years ago

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

Merged!

RajdeepDs commented 2 years ago

@PrajaktaSathe Thank You

Ayse-Sadioglu commented 2 years ago

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

Ayse-Sadioglu commented 2 years ago

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

PrajaktaSathe commented 2 years ago

@Ayse-Sadioglu Merged your PR!

riyapandey730 commented 1 year ago

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

PrajaktaSathe commented 1 year ago

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

Yes. Go ahead @riyapandey730 !!

riyapandey730 commented 1 year ago

Please review my PR!! @PrajaktaSathe

PrajaktaSathe commented 1 year ago

Please review my PR!! @PrajaktaSathe

Done!!

SaxenaAnushka102 commented 1 year ago

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

riyapandey730 commented 1 year ago

@PrajaktaSathe Please review my PR

PrajaktaSathe commented 1 year ago

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 commented 1 year ago

@PrajaktaSathe Please review my PR

Done!

riyapandey730 commented 1 year ago

@PrajaktaSathe please merge the update read my also

AnushreeDixit commented 1 year ago

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

Aayush-Kapur commented 12 months ago

Hi @PrajaktaSathe Please review my PR #175

JNamasaki commented 1 month ago

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