amega-dsa / dsa-notes

Collection of Notes on topics related to DSA.
1 stars 3 forks source link

17_Graphs #18

Open deeppanchani opened 2 years ago

deeppanchani commented 2 years ago

17_Graphs

Notes should try to cover the following topics:

  1. Adjacency List and Adjacency Matrix
  2. Breadth-First Search Algorithms
  3. Depth First Search Algorithms
  4. Topological Sorting
  5. Prim's Algorithm
  6. Kruskal's Algorithm
  7. Dijkstra's Algorithm

Notes May Contain More Topics

Notes can be in any form handwritten, text file, video, etc.

File Naming

File Name: graphs_(source name).(extension)

🎯 If you have made the notes source name will be your GitHub User Name. 🎯 If the notes you upload are from other sources like a particular website/course mention it in the source name.

Pull Request

🎯 Name your Pull Request the same as your file name and link it to their respective issue. 🎯 If you don't find the particular issue create one or contact admins.

shubhasri-1234 commented 2 years ago

I'd like to contribute notes for graphs.