Skip to content

Commit d55d5a7

Browse files
committed
finally done
i hate git
1 parent 1c9beaa commit d55d5a7

File tree

3 files changed

+8
-0
lines changed

3 files changed

+8
-0
lines changed

book.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,10 @@
5252
"lang": "c",
5353
"name": "C"
5454
},
55+
{
56+
"lang": "c8",
57+
"name": "Chip-8"
58+
},
5559
{
5660
"lang": "py",
5761
"name": "Python"

contents/bubble_sort/bubble_sort.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ This means that we need to go through the vector $$\mathcal{O}(n^2)$$ times with
1414
[import:9-27, lang:"csharp"](code/csharp/BubbleSort.cs)
1515
{% sample lang="c" %}
1616
[import:10-20, lang:"c_cpp"](code/c/bubble_sort.c)
17+
{% sample lang="c8" %}
18+
[import:39-63, lang:""](code/c8/bubble_sort.c8)
1719
{% sample lang="java" %}
1820
[import:2-12, lang:"java"](code/java/bubble.java)
1921
{% sample lang="kotlin" %}
@@ -85,6 +87,8 @@ Trust me, there are plenty of more complicated algorithms that do precisely the
8587
[import, lang:"csharp"](code/csharp/Program.cs)
8688
{% sample lang="c" %}
8789
[import, lang:"c_cpp"](code/c/bubble_sort.c)
90+
{% sample lang="c8" %}
91+
[import, lang:""](code/c8/bubble_sort.c8)
8892
{% sample lang="java" %}
8993
[import, lang:"java"](code/java/bubble.java)
9094
{% sample lang="kotlin" %}

0 commit comments

Comments
 (0)