mirror of
https://github.com/krahets/hello-algo.git
synced 2024-12-25 14:36:29 +08:00
Update Go code of quick sort.
This commit is contained in:
parent
7c34e5b268
commit
e4f202b993
2 changed files with 6 additions and 6 deletions
|
@ -1,6 +1,6 @@
|
||||||
//File: quick_sort.go
|
// File: quick_sort.go
|
||||||
//Created Time: 2022-12-12
|
// Created Time: 2022-12-12
|
||||||
//Author: msk397 (machangxinq@gmail.com)
|
// Author: msk397 (machangxinq@gmail.com)
|
||||||
|
|
||||||
package quick_sort
|
package quick_sort
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
//File: quick_sort_test.go
|
// File: quick_sort_test.go
|
||||||
//Created Time: 2022-12-12
|
// Created Time: 2022-12-12
|
||||||
//Author: msk397 (machangxinq@gmail.com)
|
// Author: msk397 (machangxinq@gmail.com)
|
||||||
|
|
||||||
package quick_sort
|
package quick_sort
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue