cosmos icon indicating copy to clipboard operation
cosmos copied to clipboard

Implementation of more java algorithms.

Open Prem-Kumar-Dev opened this issue 1 year ago • 15 comments

This is a(n):

  • [x] New algorithm
  • [ ] Update to an existing algorithm
  • [ ] Error
  • [x] Proposal to the Repository

Details: I am improving the Java section of my repository by adding a variety of basic and advanced algorithms. This will help users understand important programming concepts and problem-solving techniques. The algorithms include basic ones like sorting (Bubble Sort, Selection Sort, Insertion Sort) and searching (Linear Search, Binary Search), as well as recursion examples (Factorial and Fibonacci).Advanced sorting (Quick Sort and Merge Sort). Each algorithm will be clearly documented to make it easy for both beginners and experienced developers to use.

Prem-Kumar-Dev avatar Oct 03 '24 16:10 Prem-Kumar-Dev

I'll do bubble sort! Will have a PR shortly.

alex-rimerman avatar Oct 03 '24 18:10 alex-rimerman

https://github.com/OpenGenus/cosmos/pull/6792

Here is my PR! I can change whatever you need if needed.

alex-rimerman avatar Oct 03 '24 19:10 alex-rimerman

Hello there, I would like to create some of them, may you kindly assign it to me?

gargantuadev avatar Oct 05 '24 20:10 gargantuadev

Hi! I would like to help with this. I can do Selection Sort. Will add my PR soon!

pedroborgescruz avatar Oct 06 '24 16:10 pedroborgescruz

https://github.com/OpenGenus/cosmos/pull/6795

PR for Selection Sort.

pedroborgescruz avatar Oct 06 '24 16:10 pedroborgescruz

Hi, I would like to contribute. I can do a recursive factorial function, will submit a PR soon.

zpotthoff avatar Oct 08 '24 23:10 zpotthoff

Just submitted PR for recursive factorial. https://github.com/OpenGenus/cosmos/pull/6802

zpotthoff avatar Oct 09 '24 01:10 zpotthoff

Hello, I would like to contribute a binary search function. I will add a PR soon!

levinkhho avatar Oct 13 '24 19:10 levinkhho

Hi, I would like to help -- I can add an insertion sort. Will submit a PR shortly!

kdandy1 avatar Oct 14 '24 15:10 kdandy1

Hello, I would like to contribute a binary search function. I will add a PR soon!

https://github.com/OpenGenus/cosmos/pull/6810

levinkhho avatar Oct 15 '24 17:10 levinkhho

Hi, I would like to help -- I can add an insertion sort. Will submit a PR shortly!

https://github.com/OpenGenus/cosmos/pull/6811

kdandy1 avatar Oct 15 '24 21:10 kdandy1

Hello! I would like to help contributing by adding quick sort! And I can add my PR shortly

csecaira avatar Oct 20 '24 07:10 csecaira

Hello! I would like to help contributing by adding quick sort! And I can add my PR shortly

I've submitted my pull request for quick sort: https://github.com/OpenGenus/cosmos/pull/6818

csecaira avatar Oct 20 '24 09:10 csecaira

Hello, I would like to add an implementation for Fibonacci (Recursive)

jaysonbatie avatar Dec 21 '24 09:12 jaysonbatie

Hello, I would like to add an implementation for Fibonacci (Recursive)

Here is my PR: https://github.com/OpenGenus/cosmos/pull/6829

jaysonbatie avatar Dec 21 '24 10:12 jaysonbatie