Skip to content

Commit 9c4c57a

Browse files
Merge pull request #691 from blinkityblank/master
Added md files for CC112,113 and 114
2 parents 1b52c03 + 67b0a1a commit 9c4c57a

File tree

3 files changed

+71
-0
lines changed

3 files changed

+71
-0
lines changed

_CodingChallenges/112-3d-rendering.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
---
2+
title: "3D Rendering with Rotation and Projection"
3+
video_number: 112
4+
date: 2018-08-20
5+
video_id: p4Iz0XJY-Qk
6+
repository: /CC_112_3D_Rendering
7+
live_example: false
8+
9+
links:
10+
- title: "Matrix Multiplication"
11+
url: "http://matrixmultiplication.xyz"
12+
- title: "Rotation Matrix on Wikipedia"
13+
url: "https://en.wikipedia.org/wiki/Rotation_matrix"
14+
- title: "3D Projection on Wikipedia"
15+
url: "https://en.wikipedia.org/wiki/3D_projection"
16+
17+
videos:
18+
- title: "4D Hypercube(Tesseract)"
19+
url: "/CodingChallenges/113-hypercube"
20+
- title: "Matrix Math"
21+
video_id: "uSzGdfdOoG8"
22+
- title: "Matrix Multiplication for 3D Rendering"
23+
video_id: "tzsgS19RRc8"
24+
---
25+
26+
In this coding challenge, I use matrix math to project a 3D object on a 2D plane, in Processing(Java).
27+

_CodingChallenges/113-hypercube.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
---
2+
title: "4D Hypercube (aka 'Tesseract')"
3+
video_number: 113
4+
date: 2018-08-21
5+
video_id: XE3YDVdQSPo
6+
repository: /CC_113_Hypercube
7+
live_example: false
8+
9+
links:
10+
- title: "Matrix Multiplication"
11+
url: "http://matrixmultiplication.xyz"
12+
- title: "Rotation Matrix on Wikipedia"
13+
url: "https://en.wikipedia.org/wiki/Rotation_matrix"
14+
- title: "3D Projection on Wikipedia"
15+
url: "https://en.wikipedia.org/wiki/3D_projection"
16+
- title: "Tesseract on Wikipedia"
17+
url: "https://en.wikipedia.org/wiki/Tesseract"
18+
19+
videos:
20+
- title: "Understanding 4D -- The Tesseract"
21+
video_id: "iGO12Z5Lw8s"
22+
- title: "Matrix Math"
23+
video_id: "uSzGdfdOoG8"
24+
- title: "Matrix Multiplication for 3D Rendering"
25+
video_id: "tzsgS19RRc8"
26+
---
27+
28+
In this coding challenge, I visualize a 4D Hypercube(aka "Tesseract") in Processing(Java).
29+

_CodingChallenges/114-bubble-sort.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
---
2+
title: "Bubble Sort Visualization"
3+
video_number: 114
4+
date: 2018-08-22
5+
video_id: 67k3I2GxTH8
6+
repository: /CC_114_BubbleSortViz
7+
live_example: false
8+
9+
links:
10+
- title: "Visualizing Algorithms"
11+
url: "https://bost.ocks.org/mike/algorithms/"
12+
---
13+
14+
In this coding challenge, I implement a "bubble sort" algorithm in Processing(Java) and sort randomly generated lines. [#SortingTrain](https://twitter.com/hashtag/SortingTrain)
15+

0 commit comments

Comments
 (0)