File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 1+ os : linux
2+ dist : focal
13language : java
24script :
35 - find . -type f -name "*.java" > sources.txt
4- - javac @sources.txt
5-
6+ - javac -Xlint:deprecation -Xlint:unchecked @sources.txt
67notifications :
78 webhooks : https://www.travisbuddy.com/
89 on_success : never
9- on_failure : always
10+ on_failure : always
Original file line number Diff line number Diff line change 190190 * [ QueueUsingTwoStacks] ( https://github.com/TheAlgorithms/Java/blob/master/Others/QueueUsingTwoStacks.java )
191191 * [ RabinKarp] ( https://github.com/TheAlgorithms/Java/blob/master/Others/RabinKarp.java )
192192 * [ 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 )
193196 * [ ReturnSubsequence] ( https://github.com/TheAlgorithms/Java/blob/master/Others/ReturnSubsequence.java )
194197 * [ ReverseStackUsingRecursion] ( https://github.com/TheAlgorithms/Java/blob/master/Others/ReverseStackUsingRecursion.java )
195198 * [ RootPrecision] ( https://github.com/TheAlgorithms/Java/blob/master/Others/RootPrecision.java )
You can’t perform that action at this time.
0 commit comments