Skip to content

Commit a7cef0c

Browse files
author
Mayank Kumar Jha
authored
Dijkshtra.java
1 parent 1857fac commit a7cef0c

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

Dijkshtra.java

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
/*
2+
@author : Mayank K Jha
3+
4+
*/
5+
6+
7+
public class Solution {
8+
19
public static void main(String[] args) throws IOException {
210
Scanner in =new Scanner(System.in);
311

@@ -45,3 +53,4 @@ public static void main(String[] args) throws IOException {
4553
}
4654

4755
}
56+
}

0 commit comments

Comments
 (0)