Given any three tangent circles, there are exactly two other circles that are tangent to the three circles. In this project, we are drawing one of the two tangent circles
In a previous project, we draw a trending stock price random walk chart. Candlestick chart is a more common way of representing stock price chart. Modify the code for the previous project to draw
Draw the following fractal made up with stars. You may need to use recursion and trigonometry to do this project. The following figures show star fractal with different recursion depths