Nested Circles 02/26/201902/26/2019 | J & J Coding AdventureJ & J Coding Adventure | 0 Comment | 1:15 am Categories: Difficulty Level 6 recursion Use recursion to draw the following shape. Tags: recursion Post navigation PREVIOUS Previous post: Stack of CirclesNEXT Next post: Rainbow Target Related Post Colorful Stack of HexagonsColorful Stack of Hexagons 03/13/201903/13/2019 | J & J Coding AdventureJ & J Coding Adventure | 0 Comment Previously, you drew triangular stack of hexagons. Now make it colorful by using the colorsys library. READ MOREREAD MORE Nested Circle of Squares (Source Code)Nested Circle of Squares (Source Code) 08/23/202008/23/2020 | J & J Coding AdventureJ & J Coding Adventure | 0 Comment Knowing how to draw circle of squares, draw the following nested circle of squares with either recursion or iteration. Source Code: READ MOREREAD MORE Basic LeafBasic Leaf 03/05/201903/05/2019 | J & J Coding AdventureJ & J Coding Adventure | 0 Comment Use recursion to draw the following basic leaf shape. Related Project: Curvy Leaf READ MOREREAD MORE
Colorful Stack of HexagonsColorful Stack of Hexagons 03/13/201903/13/2019 | J & J Coding AdventureJ & J Coding Adventure | 0 Comment Previously, you drew triangular stack of hexagons. Now make it colorful by using the colorsys library. READ MOREREAD MORE
Nested Circle of Squares (Source Code)Nested Circle of Squares (Source Code) 08/23/202008/23/2020 | J & J Coding AdventureJ & J Coding Adventure | 0 Comment Knowing how to draw circle of squares, draw the following nested circle of squares with either recursion or iteration. Source Code: READ MOREREAD MORE
Basic LeafBasic Leaf 03/05/201903/05/2019 | J & J Coding AdventureJ & J Coding Adventure | 0 Comment Use recursion to draw the following basic leaf shape. Related Project: Curvy Leaf READ MOREREAD MORE