We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 43353cd commit 468bf4aCopy full SHA for 468bf4a
README.md
@@ -96,7 +96,5 @@ Source: [Big O Cheat Sheet](http://bigocheatsheet.com/).
96
Source: [Big O Cheat Sheet](http://bigocheatsheet.com/).
97
98
| Name | Best | Average | Worst | Memory | Stable | Method | Notes |
99
-| ------------------| ------- | --------- | ------- | --------- | --------- | ------------- | --------------- |
100
-| **Bubble sort** | _n_ | _n^2_ | _n^2_ | _1_ | _Yes_ | _Exchanging_ | Tiny code size. |
101
-
102
-<span color="red">test</span>
+| ------------------| :-----: | :-------: | :-----: | :-------: | :-------: | :------------ | :-------------- |
+| **Bubble sort** | n | n^2 | n^2 | 1 | Yes | Exchanging | Tiny code size. |
0 commit comments