Question: IN NETLOGO CODE Create a Sierpinski Triangle Starting from the bottom left corner of the world. The Output should look like this: Task 1: A
IN NETLOGO CODE
Create a Sierpinski Triangle Starting from the bottom left corner of the world. The Output should look like this:
Task 1: A SINGLE turtle should draw the Sierpinski triangle recursively by moving with its pen down along a path that draws the triangle.
Task 2: Recursively construct the Sierpinski triangle by using multiple turtles. In the recursive case, a turtle should HATCH TWO other turtles. Each of the turtles should be recursively tasked with constructing a smaller triangle
Task 3: Construct the triangle using links. Each of the smallest triangles should have a hidden agent at each corner, with visible links between each of them to show the triangles. The agents should be placed recursively with links only created at the base case.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
