update README.md.
This commit is contained in:
parent
ee889c8132
commit
4b59a41be5
@ -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
|
||||
```
|
||||
|
||||
#### 欢迎大家提供更多排序算法实现
|
Loading…
Reference in New Issue
Block a user