Skip to content

Commit 4290544

Browse files
committed
Revert "final edits"
This reverts commit 8264096.
1 parent 8fbe801 commit 4290544

File tree

3 files changed

+0
-78
lines changed

3 files changed

+0
-78
lines changed

book.json

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

contents/bubble_sort/bubble_sort.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,6 @@ 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/c/bubblesort.c8)
1917
{% sample lang="java" %}
2018
[import:2-12, lang:"java"](code/java/bubble.java)
2119
{% sample lang="kotlin" %}
@@ -87,8 +85,6 @@ Trust me, there are plenty of more complicated algorithms that do precisely the
8785
[import, lang:"csharp"](code/csharp/Program.cs)
8886
{% sample lang="c" %}
8987
[import, lang:"c_cpp"](code/c/bubble_sort.c)
90-
{% sample lang="c8" %}
91-
[import, lang:""](code/c/bubblesort.c8)
9288
{% sample lang="java" %}
9389
[import, lang:"java"](code/java/bubble.java)
9490
{% sample lang="kotlin" %}

contents/bubble_sort/code/chip-8/bubblesort.c8

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

0 commit comments

Comments
 (0)