File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -110,14 +110,14 @@ func main() {
110110
111111[array length : 100000]
112112make arrays...
113- runing bubble sort...
114- runing cocktail sort...
113+ running bubble sort...
114+ running cocktail sort...
115115
116116...
117117
118- runing intro sort...
119- runing parallel intro sort...
120- runing cycle sort...
118+ running intro sort...
119+ running parallel intro sort...
120+ running cycle sort...
121121
122122+-------------------------------------------------------------------------------------------------+
123123| name | ns | ms | verify | (err mag)
@@ -613,4 +613,4 @@ Comb sort is a relatively simple sorting algorithm originally designed by Włodz
613613
614614| Worst-Case | Average-Case | Best-Case | in-place | stable | Space Complexity |
615615| :-: | :-: | :-: | :-: | :-: | :-: |
616- | ![ O(n^2)] ( https://latex.codecogs.com/svg.image?O(n^{2}) ) | ![ O(n^2/p^2)] ( https://latex.codecogs.com/svg.image?O(n^{2}/2^{p}) ) | ![ O(nlog_n)] ( https://latex.codecogs.com/svg.image?O(n\log&space;n) ) | Yes | No | total : ![ O(n)] ( https://latex.codecogs.com/svg.image?O(n) ) , auxiliary : ![ O(1)] ( https://latex.codecogs.com/svg.image?O(1) ) |
616+ | ![ O(n^2)] ( https://latex.codecogs.com/svg.image?O(n^{2}) ) | ![ O(n^2/p^2)] ( https://latex.codecogs.com/svg.image?O(n^{2}/2^{p}) ) | ![ O(nlog_n)] ( https://latex.codecogs.com/svg.image?O(n\log&space;n) ) | Yes | No | total : ![ O(n)] ( https://latex.codecogs.com/svg.image?O(n) ) , auxiliary : ![ O(1)] ( https://latex.codecogs.com/svg.image?O(1) ) |
You can’t perform that action at this time.
0 commit comments