File tree 2 files changed +7
-3
lines changed
2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change
1
+ os : linux
2
+ dist : focal
1
3
language : java
2
4
script :
3
5
- find . -type f -name "*.java" > sources.txt
4
- - javac @sources.txt
5
-
6
+ - javac -Xlint:deprecation -Xlint:unchecked @sources.txt
6
7
notifications :
7
8
webhooks : https://www.travisbuddy.com/
8
9
on_success : never
9
- on_failure : always
10
+ on_failure : always
Original file line number Diff line number Diff line change 190
190
* [ QueueUsingTwoStacks] ( https://github.com/TheAlgorithms/Java/blob/master/Others/QueueUsingTwoStacks.java )
191
191
* [ RabinKarp] ( https://github.com/TheAlgorithms/Java/blob/master/Others/RabinKarp.java )
192
192
* [ RemoveDuplicateFromString] ( https://github.com/TheAlgorithms/Java/blob/master/Others/RemoveDuplicateFromString.java )
193
+ * RestrictedTowerOfHanoi
194
+ * Main
195
+ * [ Hanoi] ( https://github.com/TheAlgorithms/Java/blob/master/Others/RestrictedTowerOfHanoi/Main/Hanoi.java )
193
196
* [ ReturnSubsequence] ( https://github.com/TheAlgorithms/Java/blob/master/Others/ReturnSubsequence.java )
194
197
* [ ReverseStackUsingRecursion] ( https://github.com/TheAlgorithms/Java/blob/master/Others/ReverseStackUsingRecursion.java )
195
198
* [ RootPrecision] ( https://github.com/TheAlgorithms/Java/blob/master/Others/RootPrecision.java )
You can’t perform that action at this time.
0 commit comments