File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed
content/videos/challenges/182-apollonian-gasket Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change 33
33
{ "time" : " 27:57" , "title" : " Implement complex Descartes theorem" },
34
34
{ "time" : " 33:50" , "title" : " Make the circles in the complexDescartes function" },
35
35
{ "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" }
37
43
],
38
44
"codeExamples" : [
39
45
{
You can’t perform that action at this time.
0 commit comments