aaryahjolia / dsa_competitive-coding

A repository to learn deep competitive coding algorithms along with DSA.
MIT License
97 stars 119 forks source link

Standard Algorithms of Graphs #161

Open Naitik-554 opened 1 year ago

Naitik-554 commented 1 year ago

I want to add Standard algorithms of graphs like BFS, DFS, Topological Sort, Dijkstra's Algo and many more with complete approach and explaination.

It will be a part of GSSOC'23 contribution

Assign it to me @aaryahjolia

NisargPipaliya commented 1 year ago

@Naitik-554 I can work on this issue, please assign me this issue. I am contributor at girl script summer of code. My leetcode profile https://leetcode.com/Nisarg_Pipaliya/

shraddha761 commented 1 year ago

Hye I can work on this issue please assign me this

aaryahjolia commented 1 year ago

Hi, I believe BFS and DFS are already there in graphs folder. You can make contribution for topological sort or Dijkstra's algo. Assigning to you @Naitik-554.

Supriyoiiest commented 1 year ago

Please assign it to me i will add other algorithums and add add code in multiple languages