programming icon indicating copy to clipboard operation
programming copied to clipboard

Implementations in Java

Open shashwattpandeyy opened this issue 5 years ago • 14 comments

Graph

  • [x] Dijkstra's algorithm
  • [ ] Edmonds–Karp algorithm
  • [ ] Ford–Fulkerson algorithm
  • [ ] Floyd–Warshall algorithm
  • [ ] Tarjan's strongly connected components algorithm

shashwattpandeyy avatar Sep 27 '20 14:09 shashwattpandeyy

@amanmehara Thank you for assigning me this issue.

shashwattpandeyy avatar Sep 29 '20 06:09 shashwattpandeyy

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

rafu01 avatar Sep 29 '20 20:09 rafu01

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

PranavDherange avatar Sep 30 '20 02:09 PranavDherange

#88 done

shashwattpandeyy avatar Sep 30 '20 18:09 shashwattpandeyy

#88 done

#88 done

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

PranavDherange avatar Oct 01 '20 12:10 PranavDherange

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

sumitaccess007 avatar Oct 17 '20 07:10 sumitaccess007

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.

divyagar avatar Oct 17 '20 13:10 divyagar

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!

amanmehara avatar Oct 18 '20 08:10 amanmehara

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.

sumitaccess007 avatar Oct 18 '20 10:10 sumitaccess007

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

amanmehara avatar Oct 18 '20 17:10 amanmehara

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

sumitaccess007 avatar Oct 18 '20 23:10 sumitaccess007

#192 done

divyagar avatar Oct 19 '20 10:10 divyagar

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

amanmehara avatar Oct 20 '20 15:10 amanmehara

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

sumitaccess007 avatar Oct 22 '20 04:10 sumitaccess007