File tree Expand file tree Collapse file tree 2 files changed +27
-0
lines changed
src/main/java/com/mycompany/dijkstra Expand file tree Collapse file tree 2 files changed +27
-0
lines changed Original file line number Diff line number Diff line change
1
+ <?xml version =" 1.0" encoding =" UTF-8" ?>
2
+ <project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
3
+ <modelVersion >4.0.0</modelVersion >
4
+ <groupId >com.mycompany</groupId >
5
+ <artifactId >dijkstra</artifactId >
6
+ <version >1.0-SNAPSHOT</version >
7
+ <packaging >jar</packaging >
8
+ <properties >
9
+ <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
10
+ <maven .compiler.source>11</maven .compiler.source>
11
+ <maven .compiler.target>11</maven .compiler.target>
12
+ </properties >
13
+ </project >
Original file line number Diff line number Diff line change
1
+ /*
2
+ * To change this license header, choose License Headers in Project Properties.
3
+ * To change this template file, choose Tools | Templates
4
+ * and open the template in the editor.
5
+ */
6
+ package com .mycompany .dijkstra ;
7
+
8
+ /**
9
+ *
10
+ * @author asadp
11
+ */
12
+ public class Dijkstra {
13
+
14
+ }
You can’t perform that action at this time.
0 commit comments