Skip to content

Commit b63ac66

Browse files
authored
Update README-en.md
1 parent 018f2f4 commit b63ac66

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README-en.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -110,14 +110,14 @@ func main() {
110110
111111
[array length : 100000]
112112
make 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)) |

0 commit comments

Comments
 (0)