Ayu-hack / Hacktoberfest2024

This is repo to create some pull requests and completing hacktoberfest 2024 easily. All request will be accepted. Genuine Pull Request will promoted also. #hacktobefest #hacktobefest2024 #hacktobefest-accepted Resources
18 stars 86 forks source link

Request for Adding Various Graph Algorithms #73

Open Singhal1808 opened 1 day ago

Singhal1808 commented 1 day ago

Hi @Ayu-hack, I am participating in Hacktoberfest 2024 and would like to contribute to it by adding several important graph algorithms. These algorithms are foundational in computer science, particularly for pathfinding and graph analysis.They will serve as valuable resources for newcomers to understand graph theory and its applications.

I plan to implement the following algorithms: -> Dijkstra's Algorithm: For finding the shortest path in weighted graphs. -> Kruskal’s Algorithm: To find the Minimum Spanning Tree (MST) using the greedy approach. -> Prim's Algorithm: Another method to find the MST, particularly suitable for dense graphs. -> Bellman-Ford Algorithm: Useful for graphs with negative weights. -> Floyd-Warshall Algorithm: For finding shortest paths between all pairs of vertices. -> Depth-First Search (DFS): A fundamental graph traversal algorithm. -> Breadth-First Search (BFS): Another key traversal method.

Implementing these algorithms can broaden the scope of potential use cases for the project, attracting more users and contributors. I would appreciate it if you could assign this to me.

Ayu-hack commented 1 day ago

Assigned. More repos are available for pull requests, and they’re part of Hacktoberfest 2024. Feel free to tag me in your Hacktoberfest certificate or badges LinkedIn post! 😄

👉 Follow my GitHub and connect with me on LinkedIn! ⭐ Star these repos to stay updated for next year’s Hacktoberfest!