Skip to content

Commit 0821df8

Browse files
authored
Update QuickSort.java
1 parent 7cd8552 commit 0821df8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sorts/QuickSort.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
package Sorts;
22

3-
import static sorts.SortUtils.*;
3+
import static Sorts.SortUtils.*;
44

55
/**
66
* @author Varun Upadhyay (https://github.com/varunu28)

0 commit comments

Comments
 (0)