Skip to content

Commit de069ba

Browse files
committed
mergeconflict fixed
2 parents f6dd2f5 + eddf0a5 commit de069ba

File tree

3 files changed

+6
-44
lines changed

3 files changed

+6
-44
lines changed

.travis.yml

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5,17 +5,9 @@ sudo: false
55
jdk:
66
- oraclejdk8
77

8-
# Automatic Javadoc deploy:
9-
after_success:
10-
- ".util/deploy.sh"
11-
128
notifications:
139
email: false
1410

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-
1911
cache:
2012
directories:
21-
- "$HOME/.m2"
13+
- "$HOME/.m2"

.util/deploy.sh

Lines changed: 0 additions & 30 deletions
This file was deleted.

readme.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<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%">
33
</a>
44
<br>
55
<br>
@@ -54,9 +54,9 @@ Read the detailed documentation at [java.allalgorithms.com](https://java.allalgo
5454

5555
```
5656
compile 'com.abranhe:bigdecimal:0 .0.1'
57-
```
57+
```
5858

59-
## Import
59+
## Import
6060

6161
```
6262
import com.abranhe.allalgorithms.*;
@@ -69,7 +69,7 @@ import com.abranhe.allalgorithms.searches.*;
6969

7070
public static void main(String[] args) {
7171
int[] arr = {7, 2, 1, 19};
72-
72+
7373
MergeSort.sort(arr);
7474
// {1, 2, 7, 19}
7575
}
@@ -116,4 +116,4 @@ public static void main(String[] args) {
116116
<img src="https://cdn.abranhe.com/projects/algorithms/logo.svg" width="50px">
117117
</a>
118118
<br>
119-
</div>
119+
</div>

0 commit comments

Comments
 (0)