Dijkshtra.java

This commit is contained in:
Mayank Kumar Jha
2017-04-24 19:25:18 +05:30
committed by GitHub
parent 9d2374ffbe
commit 1857fac133

View File

@ -1,6 +1,5 @@
public static void main(String[] args) throws IOException { public static void main(String[] args) throws IOException {
Reader in=new Reader(); Scanner in =new Scanner(System.in);
int t1=in.nextInt();
int n=in.nextInt(); //n = Number of nodes or vertices int n=in.nextInt(); //n = Number of nodes or vertices
int m=in.nextInt(); //m = Number of Edges int m=in.nextInt(); //m = Number of Edges