From 2120f317719e3d84b6adf27015de697e393dfb3a Mon Sep 17 00:00:00 2001 From: VIKAS9148 Date: Sat, 13 Sep 2025 10:00:50 +0530 Subject: [PATCH 1/2] Update A2.html --- A2.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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} From 8206179de19a8c82dbb0985a86992fe1dcef1572 Mon Sep 17 00:00:00 2001 From: VIKAS9148 Date: Fri, 31 Oct 2025 08:10:48 +0530 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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