Skip to content

Commit fb87cb7

Browse files
committed
Removed the bash commits
1 parent eff6fd0 commit fb87cb7

File tree

2 files changed

+0
-31
lines changed

2 files changed

+0
-31
lines changed

contents/bubble_sort/bubble_sort.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,6 @@ This means that we need to go through the vector $$\mathcal{O}(n^2)$$ times with
6464
[import:3-14, lang:"scala"](code/scala/bubble_sort.scala)
6565
{% sample lang="emojic" %}
6666
[import:2-14, lang:"emojicode"](code/emojicode/bubble_sort.emojic)
67-
{% sample lang="bash" %}
68-
[import:2-21, lang:"bash"](code/bash/bubble_sort.bash)
6967
{% endmethod %}
7068

7169
... And that's it for the simplest bubble sort method.
@@ -135,8 +133,6 @@ Trust me, there are plenty of more complicated algorithms that do precisely the
135133
[import, lang:"scala"](code/scala/bubble_sort.scala)
136134
{% sample lang="emojic" %}
137135
[import, lang:"emojicode"](code/emojicode/bubble_sort.emojic)
138-
{% sample lang="bash" %}
139-
[import, lang:"bash"](code/bash/bubble_sort.bash)
140136
{% endmethod %}
141137

142138
<script>

contents/bubble_sort/code/bash/bubble_sort.bash

Lines changed: 0 additions & 27 deletions
This file was deleted.

0 commit comments

Comments
 (0)