Dijkshtra.java
This commit is contained in:
parent
1857fac133
commit
a7cef0c4e4
@ -1,3 +1,11 @@
|
||||
/*
|
||||
@author : Mayank K Jha
|
||||
|
||||
*/
|
||||
|
||||
|
||||
public class Solution {
|
||||
|
||||
public static void main(String[] args) throws IOException {
|
||||
Scanner in =new Scanner(System.in);
|
||||
|
||||
@ -45,3 +53,4 @@ public static void main(String[] args) throws IOException {
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user