Skip to content
This repository has been archived by the owner on May 29, 2024. It is now read-only.

Commit

Permalink
chore: add dummy commit
Browse files Browse the repository at this point in the history
  • Loading branch information
ming-tsai authored May 7, 2021
1 parent c04969f commit eedaaf3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions algorithms/Go/sorting/quicksort.go
Original file line number Diff line number Diff line change
Expand Up @@ -41,3 +41,4 @@ func RunQuickSort() {
arr := []int{10, 1, 6, 256, 2, 53, 235, 53, 1, 7, 23}
fmt.Printf("Unsorted Array: %v\nSorted Array: %v", arr, quickSort(arr))
}

0 comments on commit eedaaf3

Please sign in to comment.