Skip to content

Commit 4b73e9f

Browse files
committed
made final edits
moved code to right place and edited markdown for AAA website
1 parent 77947d0 commit 4b73e9f

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
@@ -51,6 +51,10 @@
5151
{
5252
"lang": "c",
5353
"name": "C"
54+
},
55+
{
56+
"lang": "c8",
57+
"name": "Chip-8"
5458
},
5559
{
5660
"lang": "py",

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/chip-8/bubblesort.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/chip-8/bubblesort.c8)
8892
{% sample lang="java" %}
8993
[import, lang:"java"](code/java/bubble.java)
9094
{% sample lang="kotlin" %}

0 commit comments

Comments
 (0)