File tree 4 files changed +28
-4
lines changed
src/main/java/com/leetcode
4 files changed +28
-4
lines changed Original file line number Diff line number Diff line change 49
49
<properties >
50
50
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
51
51
<java .version>1.8</java .version>
52
- <spring .boot.version>1.4.0.RELEASE</spring .boot.version>
53
52
<maven .compiler.source>${java.version} </maven .compiler.source>
54
53
<maven .compiler.target>${java.version} </maven .compiler.target>
55
54
</properties >
56
55
57
56
<dependencies >
57
+ <!-- https://mvnrepository.com/artifact/org.junit.jupiter/junit-jupiter-api -->
58
58
<dependency >
59
- <groupId >junit</groupId >
60
- <artifactId >junit</artifactId >
61
- <version >4.12 </version >
59
+ <groupId >org. junit.jupiter </groupId >
60
+ <artifactId >junit-jupiter-api </artifactId >
61
+ <version >5.5.1 </version >
62
62
</dependency >
63
63
</dependencies >
64
64
Original file line number Diff line number Diff line change
1
+ package com .leetcode .arrays ;
2
+
3
+ /**
4
+ * @author rampatra
5
+ * @since 2019-07-27
6
+ */
7
+ public class NestedListWeightSumI {
8
+ }
Original file line number Diff line number Diff line change
1
+ package com .leetcode .maps ;
2
+
3
+ /**
4
+ * @author rampatra
5
+ * @since 2019-07-29
6
+ */
7
+ public class RepeatedDnaSequence {
8
+ }
Original file line number Diff line number Diff line change
1
+ package com .leetcode .stacks ;
2
+
3
+ /**
4
+ * @author rampatra
5
+ * @since 2019-07-27
6
+ */
7
+ public class ReversePolishNotation {
8
+ }
You can’t perform that action at this time.
0 commit comments