Java icon indicating copy to clipboard operation
Java copied to clipboard

Add data structure/algorithm programs in Java

Open PrajaktaSathe opened this issue 2 years ago • 42 comments

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!

PrajaktaSathe avatar Oct 05 '21 06:10 PrajaktaSathe

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

rajeshias avatar Oct 05 '21 07:10 rajeshias

Merged!

PrajaktaSathe avatar Oct 05 '21 07:10 PrajaktaSathe

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

SamikshyaMstar avatar Oct 05 '21 15:10 SamikshyaMstar

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

Merged!

PrajaktaSathe avatar Oct 06 '21 07:10 PrajaktaSathe

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

btdo avatar Oct 08 '21 14:10 btdo

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

SamikshyaMstar avatar Oct 08 '21 15:10 SamikshyaMstar

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

Yes, you can.

PrajaktaSathe avatar Oct 11 '21 04:10 PrajaktaSathe

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

Divi2701 avatar Oct 11 '21 10:10 Divi2701

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

Merged!

PrajaktaSathe avatar Oct 12 '21 04:10 PrajaktaSathe

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

dyarawilliams avatar Oct 12 '21 05:10 dyarawilliams

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

aarzoopundir avatar Oct 12 '21 09:10 aarzoopundir

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

What exactly is the program about?

PrajaktaSathe avatar Oct 14 '21 09:10 PrajaktaSathe

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/

aarzoopundir avatar Oct 14 '21 09:10 aarzoopundir

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.

PrajaktaSathe avatar Oct 14 '21 09:10 PrajaktaSathe

@PrajaktaSathe just added insertion sort, please check #49

itsAftabAlam avatar Oct 15 '21 13:10 itsAftabAlam

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

prakhar-198 avatar Oct 16 '21 09:10 prakhar-198

@PrajaktaSathe just added insertion sort, please check #49

Done! Pl star the repo.

PrajaktaSathe avatar Oct 16 '21 10:10 PrajaktaSathe

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

Merged. Do star the repo.

PrajaktaSathe avatar Oct 16 '21 10:10 PrajaktaSathe

Soundex.java added #74 @PrajaktaSathe

AnshMishra2001 avatar Oct 17 '21 09:10 AnshMishra2001

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

XenoCod avatar Oct 18 '21 04:10 XenoCod

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

gssandhu143 avatar Oct 18 '21 17:10 gssandhu143

Soundex.java added #74 @PrajaktaSathe

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

PrajaktaSathe avatar Oct 20 '21 03:10 PrajaktaSathe

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

gssandhu143 avatar Oct 20 '21 03:10 gssandhu143

@PrajaktaSathe Updated PR #74

AnshMishra2001 avatar Oct 21 '21 04:10 AnshMishra2001

@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!

PrajaktaSathe avatar Oct 23 '21 08:10 PrajaktaSathe

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

RajdeepDs avatar Oct 23 '21 12:10 RajdeepDs

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

Merged!

PrajaktaSathe avatar Oct 26 '21 12:10 PrajaktaSathe

@PrajaktaSathe Thank You

RajdeepDs avatar Oct 26 '21 12:10 RajdeepDs

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

Ayse-Sadioglu avatar Dec 06 '21 21:12 Ayse-Sadioglu

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

Ayse-Sadioglu avatar Dec 06 '21 22:12 Ayse-Sadioglu