update README.md.

This commit is contained in:
鉴客 2020-05-18 18:30:41 +08:00 committed by Gitee
parent ee889c8132
commit 4b59a41be5

View File

@ -17,10 +17,10 @@
#### 运行方法
```
$git clone https://gitee.com/TheAlgorithms/java_sorting_algorithm
$cd java_sorting_algorithm/src
$javac *.java
$java QuickSort
$ git clone https://gitee.com/TheAlgorithms/java_sorting_algorithm
$ cd java_sorting_algorithm/src
$ javac *.java
$ java QuickSort
```
#### 欢迎大家提供更多排序算法实现