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

Dijkstra’s Algorithm #24

Open
ishu9bansal opened this issue Sep 2, 2024 · 0 comments
Open

Dijkstra’s Algorithm #24

ishu9bansal opened this issue Sep 2, 2024 · 0 comments

Comments

@ishu9bansal
Copy link
Owner

GeeksForGeeks link
https://www.geeksforgeeks.org/dijkstras-algorithm-for-adjacency-list-representation-greedy-algo-8/

Possible use case
https://leetcode.com/contest/biweekly-contest-136/problems/time-taken-to-mark-all-nodes/

Do we need a unified way of representing graph in my c++ codes?
Is it the start of coding all the graph algorithms in my repo and creating a rich library that works well on different use-cases?

This would require a carefully planned data structure to store the graphs.
Its internal states might vary according to the problem's needs; and different sets of algorithms could be triggered depending on that state.

@ishu9bansal ishu9bansal mentioned this issue Sep 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant