Skip to content

Commit f4f4ed7

Browse files
committed
change image into .png
1 parent c9583a7 commit f4f4ed7

File tree

2 files changed

+1
-3089
lines changed

2 files changed

+1
-3089
lines changed

contents/bubble_sort/bubble_sort.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ This means that we need to go through the vector $$\mathcal{O}(n^2)$$ times with
7070
[import:2-21, lang:"bash"](code/bash/bubble_sort.bash)
7171
{% sample lang="scratch" %}
7272
<p>
73-
<img class="center" src="code/scratch/bubble_sort.svg" width="400" />
73+
<img class="center" src="code/scratch/bubble_sort.png" width="400" />
7474
</p>
7575
{% endmethod %}
7676

0 commit comments

Comments
 (0)