Completed
Happy PI Day!!
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Apollonian Gasket Coding Challenge - Creating Fractal Circle Patterns
Automatically move to the next video in the Classroom when playback concludes
- 1 Happy PI Day!!
- 2 References
- 3 Describe the Apollonian problem
- 4 Curvature
- 5 Start coding!
- 6 Write a function to find the fourth curvature
- 7 Complex numbers
- 8 Create a complex number class
- 9 Square root of -1
- 10 Square root of a complex number
- 11 Implement complex Descartes theorem
- 12 Make the circles in the complexDescartes function
- 13 Use an array to add recursion
- 14 Validate the circles
- 15 Check if all 4 circles are tangent
- 16 Stop adding circles when radius falls below a threshold
- 17 Implement arbirtary arrangement of circles
- 18 Debug
- 19 Possible variations
- 20 Outro