amanmehara / programming

A polyglot collection of algorithms and code snippets.
Apache License 2.0
34 stars 95 forks source link

Implementations in Java #80

Open shashwattpandeyy opened 3 years ago

shashwattpandeyy commented 3 years ago

Graph

shashwattpandeyy commented 3 years ago

@amanmehara Thank you for assigning me this issue.

rafu01 commented 3 years ago

Hi, can I also contribute to this? I would like to add Merge sort and Heap sort.

PranavDherange commented 3 years ago

Hey can I contribute to this, I'll be adding a code snippet of TRANSITION POINT problem. This problem is asked in many technical interviews

shashwattpandeyy commented 3 years ago

88 done

PranavDherange commented 3 years ago

88 done

88 done

Thank You for assigning this task. i have completed it and sent the PR for the same

sumitaccess007 commented 3 years ago

Hi @amanmehara If you have any more open algorithms to work on, please assign to me, I will be happy to contribute with a very good documentation. Thanks

divyagar commented 3 years ago

Hi @amanmehara I want to contribute to this repository. Can I add code to swap variables without using temp variable. This program is very basic and important for beginners.

amanmehara commented 3 years ago

Hi @amanmehara If you have any more open algorithms to work on, please assign to me, I will be happy to contribute with a very good documentation. Thanks

Hi @sumitaccess007, Yes, definitely there are a lot of algorithms to work on in Java. You can figure out the missing algorithms and create a PR.

Also, if you want me to list some of the possible algorithms, let me know!

sumitaccess007 commented 3 years ago

Hi @amanmehara If you have any more open algorithms to work on, please assign to me, I will be happy to contribute with a very good documentation. Thanks

Hi @sumitaccess007, Yes, definitely there are a lot of algorithms to work on in Java. You can figure out the missing algorithms and create a PR.

Also, if you want me to list some of the possible algorithms, let me know!

Hi @amanmehara , It will definitely be great help if you can list down 2-3 algorithms to work on, I will implement them in Java Programming Language with proper comments and documentation. I tried looking into Java repo folder but was not able to figure out the missing or any new algo to work on.

Thanks you very much for your help.

amanmehara commented 3 years ago

@sumitaccess007 for starting, I've added a task list containing algorithms at the top of the issue. You can have a look and start contributing! 😃

sumitaccess007 commented 3 years ago

@sumitaccess007 for starting, I've added a task list containing algorithms at the top of the issue. You can have a look and start contributing! 😃

Hi @amanmehara Thank you very much, I would like to wok on the implementation of Dijkastra Algorithm in Java. My questions : Should I create an issue related to this and ask you to assign that to me ? Or You will create an issue and assign it to me ?

Please suggest.

divyagar commented 3 years ago

192 done

amanmehara commented 3 years ago

@sumitaccess007 no need to create an issue (all the Java implementations will be tracked here itself), simply create the PR & I'll approve.

sumitaccess007 commented 3 years ago

Hi @amanmehara

Thank you very much for your help!!

Able to finish Dijkastra's Algorithm today, and submitted a PR, thanks to have a look and review. Let me know your feedback if any changes or improvement is required. Also submitted a Search algorithm (Fibonacci Search), If you allow me, Can I start working on other Search Algorithms like Linear Search, Binary Search etc...

Thanks Sumit