diff --git a/A2.html b/A2.html index c5a034b..579605b 100644 --- a/A2.html +++ b/A2.html @@ -1,6 +1,6 @@ import heapq -def dijkstra(graph, start, end): +def dijkstra(graph, start, : # Priority queue to store (distance, node) queue = [(0, start)] distances = {node: float('inf') for node in graph} diff --git a/README.md b/README.md index 7c8f6b3..069527a 100644 --- a/README.md +++ b/README.md @@ -1 +1 @@ -# devops \ No newline at end of file +# devopssfjhksjd