Skip to content

Commit 468bf4a

Browse files
committed
Add big O sheet for sorting algorithms.
1 parent 43353cd commit 468bf4a

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,5 @@ Source: [Big O Cheat Sheet](http://bigocheatsheet.com/).
9696
Source: [Big O Cheat Sheet](http://bigocheatsheet.com/).
9797

9898
| 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>
99+
| ------------------| :-----: | :-------: | :-----: | :-------: | :-------: | :------------ | :-------------- |
100+
| **Bubble sort** | n | n^2 | n^2 | 1 | Yes | Exchanging | Tiny code size. |

0 commit comments

Comments
 (0)