Skip to content

Commit 734e2a2

Browse files
committed
Update index.json
add more timecodes
1 parent c49bcf1 commit 734e2a2

File tree

1 file changed

+7
-1
lines changed
  • content/videos/challenges/182-apollonian-gasket

1 file changed

+7
-1
lines changed

content/videos/challenges/182-apollonian-gasket/index.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,13 @@
3333
{ "time": "27:57", "title": "Implement complex Descartes theorem" },
3434
{ "time": "33:50", "title": "Make the circles in the complexDescartes function" },
3535
{ "time": "36:26", "title": "Use an array to add recursion" },
36-
{ "time": "41:04", "title": "Validate the circles" }
36+
{ "time": "41:04", "title": "Validate the circles" },
37+
{ "time": "42:35", "title": "Check if all 4 circles are tangent" },
38+
{ "time": "48:04", "title": "Stop adding circles when radius falls below a threshold" },
39+
{ "time": "49:20", "title": "Implement arbirtary arrangement of circles" },
40+
{ "time": "53:14", "title": "Debug" },
41+
{ "time": "55:32", "title": "Possible variations" },
42+
{ "time": "56:34", "title": "Outro" }
3743
],
3844
"codeExamples": [
3945
{

0 commit comments

Comments
 (0)