sbshah97 / DS-Algo-Handbook

[ONGOING] ACM ICPC Handbook for Algorithms and Data Structures

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add README for Graph Algorithms

sbshah97 opened this issue Β· comments

Hey! Looks like you're on your way to your First Pull Request. You don't even need to write a single line of code for this!

Welcome to the Hacktoberfest! πŸ˜„ This is a First-Timer Issue to increase your confidence in the field of Open-Source. All you have to do is send a Pull Request (Click here to see how to send a Pull Request).

All you have to do is explain the Graph Algorithm and an appropriate explanation for the same. Just make sure you explain the concepts in the respective Graph Algorithm!

  • BFS
  • DFS
  • Dijkstra's Algorithm
  • Prim's Algorithm MST
  • Kruskal's Algorithm MST
  • Floyd Warshall's Algorithm
  • Bellman Ford's Algorithm

Ground rules:

  1. Whoever claims the Issue first, should send a Pull Request within 24 hours else it'll be assigned to another claimant and further Pull Requests regarding that issue will not be entertained.
  2. Pull Requests sent without claiming and referencing the Issue will not be entertained.
  3. Make sure your Pull Requests have just one commit in them. Squash multiple commits into one if you have to.
  4. Make sure you put in the proper folder. If you do not know where to push the code for the Data Structures, feel free to ask in the comments section below. πŸ˜„
  5. Kindly claim one Graph Algorithm before moving to another!

I claim to work on this issue.

I have updated the README file for BFS. Please review my PR. I will continue in the same way of explanation if this PR looks fine to you. Waiting for your reply. Thanks :)

Go ahead for the others @amanmehta-maniac

Ok, I'm on it. Can you please assign this issue to me?

Just mention what all you are working on is enough!

DFS, Dijkstra, Prim's, Kruskal as of now.

I am working on README of Kruskal MST.

Hi I would like to claim for Kruskal MST README .

i claim for bellman ford's algorithm

i am working on readme for floyd-warshall's algorithm

I would like to work on the Kruskal's or Prim's - dependent on which one isn't being worked on already. I can do both, if needed :)

Taken up Kruskal Algo since there was no update from few days.