Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implementations in Java #80

Open
1 of 5 tasks
shashwattpandeyy opened this issue Sep 27, 2020 · 14 comments
Open
1 of 5 tasks

Implementations in Java #80

shashwattpandeyy opened this issue Sep 27, 2020 · 14 comments

Comments

@shashwattpandeyy
Copy link
Contributor

shashwattpandeyy commented Sep 27, 2020

Graph

  • Dijkstra's algorithm
  • Edmonds–Karp algorithm
  • Ford–Fulkerson algorithm
  • Floyd–Warshall algorithm
  • Tarjan's strongly connected components algorithm
@amanmehara amanmehara changed the title Algorithms and Code in java Algorithms, Code Snippets & Data Structures Implemented in Java. Sep 29, 2020
@shashwattpandeyy
Copy link
Contributor Author

shashwattpandeyy commented Sep 29, 2020

@amanmehara Thank you for assigning me this issue.

@rafu01
Copy link
Contributor

rafu01 commented Sep 29, 2020

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

@PranavDherange
Copy link

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
Copy link
Contributor Author

#88 done

@PranavDherange
Copy link

#88 done

#88 done

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

@amanmehara amanmehara changed the title Algorithms, Code Snippets & Data Structures Implemented in Java. Implementations in Java Oct 4, 2020
@rafu01 rafu01 mentioned this issue Oct 4, 2020
@sumitaccess007
Copy link
Contributor

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
Copy link
Contributor

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
Copy link
Owner

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
Copy link
Contributor

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
Copy link
Owner

@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
Copy link
Contributor

@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
Copy link
Contributor

#192 done

@amanmehara
Copy link
Owner

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

sumitaccess007 added a commit to sumitaccess007/programming that referenced this issue Oct 22, 2020
sumitaccess007 added a commit to sumitaccess007/programming that referenced this issue Oct 22, 2020
sumitaccess007 added a commit to sumitaccess007/programming that referenced this issue Oct 22, 2020
sumitaccess007 added a commit to sumitaccess007/programming that referenced this issue Oct 22, 2020
@sumitaccess007
Copy link
Contributor

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 added a commit to sumitaccess007/programming that referenced this issue Oct 23, 2020
sumitaccess007 added a commit to sumitaccess007/programming that referenced this issue Oct 23, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

6 participants