Sierpinski Carpet 03/24/201903/24/2019 | J & J Coding AdventureJ & J Coding Adventure | 0 Comment | 10:08 pm Categories: Difficulty Level 6 recursion Use recursion to draw the following carpet pattern. Sierpinski Carpet Pattern with Python Turtle Tags: fractal, recursion Post navigation PREVIOUS Previous post: Tea CupNEXT Next post: Colorful Sierpinski Carpet Related Post Koch Antisnowflake (Source Code)Koch Antisnowflake (Source Code) 09/08/202009/08/2020 | J & J Coding AdventureJ & J Coding Adventure | 0 Comment In Koch snowflake, the line curves outward. Draw Koch Antisnowflake where lines curve inward as shown here: Source Code: READ MOREREAD MORE Fibonacci TilingFibonacci Tiling 03/08/201903/08/2019 | J & J Coding AdventureJ & J Coding Adventure | 0 Comment Fibonacci sequence is a series of numbers with each number being the sum of previous two numbers. The first numbers are 1, 1. Here is the first 10 numbers in READ MOREREAD MORE Minkowski Island with Python Turtle (Source Code)Minkowski Island with Python Turtle (Source Code) 09/08/202009/08/2020 | J & J Coding AdventureJ & J Coding Adventure | 0 Comment Minkowski Island is a fractal that is a variant to Koch snowflake. The following figures show Minkowski Island. Source Code: READ MOREREAD MORE
Koch Antisnowflake (Source Code)Koch Antisnowflake (Source Code) 09/08/202009/08/2020 | J & J Coding AdventureJ & J Coding Adventure | 0 Comment In Koch snowflake, the line curves outward. Draw Koch Antisnowflake where lines curve inward as shown here: Source Code: READ MOREREAD MORE
Fibonacci TilingFibonacci Tiling 03/08/201903/08/2019 | J & J Coding AdventureJ & J Coding Adventure | 0 Comment Fibonacci sequence is a series of numbers with each number being the sum of previous two numbers. The first numbers are 1, 1. Here is the first 10 numbers in READ MOREREAD MORE
Minkowski Island with Python Turtle (Source Code)Minkowski Island with Python Turtle (Source Code) 09/08/202009/08/2020 | J & J Coding AdventureJ & J Coding Adventure | 0 Comment Minkowski Island is a fractal that is a variant to Koch snowflake. The following figures show Minkowski Island. Source Code: READ MOREREAD MORE