mirror of
https://github.com/TheAlgorithms/Java.git
synced 2025-07-06 00:54:32 +08:00
Dijkshtra.java
This commit is contained in:
@ -1,6 +1,5 @@
|
||||
public static void main(String[] args) throws IOException {
|
||||
Reader in=new Reader();
|
||||
int t1=in.nextInt();
|
||||
Scanner in =new Scanner(System.in);
|
||||
|
||||
int n=in.nextInt(); //n = Number of nodes or vertices
|
||||
int m=in.nextInt(); //m = Number of Edges
|
||||
|
Reference in New Issue
Block a user