Skip to content

Commit f8aaa63

Browse files
committed
fixing .md and using generated png image
1 parent 363b6f0 commit f8aaa63

File tree

3 files changed

+2
-454
lines changed

3 files changed

+2
-454
lines changed

contents/bubble_sort/bubble_sort.md

+2-2
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="250" />
73+
<img class="center" src="code/scratch/bubble_sort.png" width="400" />
7474
</p>
7575
{% endmethod %}
7676

@@ -145,7 +145,7 @@ Trust me, there are plenty of more complicated algorithms that do precisely the
145145
[import, lang:"emojicode"](code/emojicode/bubble_sort.emojic)
146146
{% sample lang="bash" %}
147147
[import, lang:"bash"](code/bash/bubble_sort.bash)
148-
{% sample lang="scratch"}
148+
{% sample lang="scratch" %}
149149
The code snippet was taken from this [Scratch project](https://scratch.mit.edu/projects/316483792)
150150
{% endmethod %}
151151

Loading

0 commit comments

Comments
 (0)