File tree Expand file tree Collapse file tree 3 files changed +6
-44
lines changed Expand file tree Collapse file tree 3 files changed +6
-44
lines changed Original file line number Diff line number Diff line change @@ -5,17 +5,9 @@ sudo: false
5
5
jdk :
6
6
- oraclejdk8
7
7
8
- # Automatic Javadoc deploy:
9
- after_success :
10
- - " .util/deploy.sh"
11
-
12
8
notifications :
13
9
email : false
14
10
15
- env :
16
- global :
17
- secure : EfPAmwQEQO9Ku2ijDR6Ju3agWOOWLS+rJBv9UQELsX4+Nu2aX/xloBexW6xS6syMxu1F/xDTYvhZRZFzkQjWefZBxKZtJwZv3gRHUc3xh+kYKnxiD1QN3e3tU9BC4h/Ka1gZFwCOQc042MxfJEMnSGwL85BYdyhheACBUCV19ZO9Ft+E31XsOQyBmeB5ma7Gtig4abPR1s1ccFiOrO8TzBXozl7gWoSNtjtihsTc9aQHSwP8mOdy0gr7ZEqHauwj+75B427D233r9Ezn+DlHZ4B8rNs6f39gbIvEGt7+jJt0GJ0KYb84PKi6PRwbHdaQQNhG+un3TC0mYIkdUx7HvcuYfOJlZQsaiS4Vnsc5czDRbhJb6yMf6TWKlCUONQieiQdZCk1cKyRVfMVcTbtZp+0+fsvYuOVm+wlhYnSLdaPuR+OZhtxUDf4UJg7C0vWXYXzY5JjWJ6O9bUn+1YQL1jSiDAbwm+OTKB/oKR93Q++OZOW1kpm6XLJBN6vk24I49qjsrFVr6TQUUFryxupFTOsyqTsQwKUSwEIBaLyym85+mnM5Qd8E+bPqmhm0Tzbod0RIqxik6afcjPkLKpDi3sVUxEdd6/YYoiW8Jz5yVjLkkFaNqE6QmMVx4K5StPMmcC38MKgStx+/inXmaC+daKashYdInE2xKYWyYA+dm5A=
18
-
19
11
cache :
20
12
directories :
21
- - " $HOME/.m2"
13
+ - " $HOME/.m2"
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
1
<div align =" center " >
2
- <a href="https://java.allalgorithms.com/ "><img src="https://cdn.abranhe.com/projects/algorithms/logo.svg" width="30%">
2
+ <a href="https://java.allalgorithms.com"><img src="https://cdn.abranhe.com/projects/algorithms/logo.svg" width="30%">
3
3
</a>
4
4
<br>
5
5
<br>
@@ -54,9 +54,9 @@ Read the detailed documentation at [java.allalgorithms.com](https://java.allalgo
54
54
55
55
```
56
56
compile 'com.abranhe:bigdecimal:0 .0.1'
57
- ```
57
+ ```
58
58
59
- ## Import
59
+ ## Import
60
60
61
61
```
62
62
import com.abranhe.allalgorithms.*;
@@ -69,7 +69,7 @@ import com.abranhe.allalgorithms.searches.*;
69
69
70
70
public static void main(String [] args) {
71
71
int [] arr = {7 , 2 , 1 , 19 };
72
-
72
+
73
73
MergeSort . sort(arr);
74
74
// {1, 2, 7, 19}
75
75
}
@@ -116,4 +116,4 @@ public static void main(String[] args) {
116
116
<img src="https://cdn.abranhe.com/projects/algorithms/logo.svg" width="50px">
117
117
</a>
118
118
<br >
119
- </div >
119
+ </div >
You can’t perform that action at this time.
0 commit comments