Skip to content

Commit

Permalink
Fix markdown
Browse files Browse the repository at this point in the history
  • Loading branch information
richelbilderbeek committed Nov 14, 2024
1 parent b32e479 commit f782391
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/optimisation/big_o.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,21 +58,21 @@ How your (combination of) algorithms scales with more complex input.

## Your algorithm

![](many_scatter_plots.png)
![Many scatter plots](many_scatter_plots.png)

## Example

![](big_o_100.png)
![Big O plot for 100](big_o_100.png)

:monocle_face: Work on B?

## Example

![](big_o_500.png)
![Big O plot for 500](big_o_500.png)

## Example

![](big_o_2000.png)
![Big O plot for 2000](big_o_2000.png)

:sunglasses: No, work on C instead

Expand Down

0 comments on commit f782391

Please sign in to comment.