Skip to content

Commit 67b0a1a

Browse files
committed
Removed extra spaces
1 parent 7fe91af commit 67b0a1a

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

_CodingChallenges/112-3d-rendering.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ videos:
2121
video_id: "uSzGdfdOoG8"
2222
- title: "Matrix Multiplication for 3D Rendering"
2323
video_id: "tzsgS19RRc8"
24-
2524
---
2625

2726
In this coding challenge, I use matrix math to project a 3D object on a 2D plane, in Processing(Java).

_CodingChallenges/113-hypercube.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ videos:
2323
video_id: "uSzGdfdOoG8"
2424
- title: "Matrix Multiplication for 3D Rendering"
2525
video_id: "tzsgS19RRc8"
26-
2726
---
2827

2928
In this coding challenge, I visualize a 4D Hypercube(aka "Tesseract") in Processing(Java).

_CodingChallenges/114-bubble-sort.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ live_example: false
99
links:
1010
- title: "Visualizing Algorithms"
1111
url: "https://bost.ocks.org/mike/algorithms/"
12-
1312
---
1413

1514
In this coding challenge, I implement a "bubble sort" algorithm in Processing(Java) and sort randomly generated lines. [#SortingTrain](https://twitter.com/hashtag/SortingTrain)

0 commit comments

Comments
 (0)