Dijkshtra.java

This commit is contained in:
Mayank Kumar Jha 2017-04-24 19:27:05 +05:30 committed by GitHub
parent 1857fac133
commit a7cef0c4e4

View File

@ -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 {
}
}
}