Update QuickSort.java

This commit is contained in:
Guo Ziyang
2019-07-06 20:56:05 +08:00
committed by GitHub
parent 7cd8552502
commit 0821df893a

View File

@ -1,6 +1,6 @@
package Sorts; package Sorts;
import static sorts.SortUtils.*; import static Sorts.SortUtils.*;
/** /**
* @author Varun Upadhyay (https://github.com/varunu28) * @author Varun Upadhyay (https://github.com/varunu28)