| Author |
Need help to create the Sierpiński Carpet using recursion
|
Krupa Patel
Greenhorn
Joined: Apr 18, 2012
Posts: 10
|
|
I am trying to create the Sierpinski Carpet using recursion. I divided the square into nine equal squares in the three rows and three columns.
And the center sub-square is removed.
I do not know how to repeat that process for the eight remaining sub-squares which surround the center square that was “removed.”
This is my code:
Please help me.
|
 |
Campbell Ritchie
Sheriff
Joined: Oct 13, 2005
Posts: 32644
|
|
|
Don’t know. But I do know you can’t work it out in code. You have to work it out on paper. What is the algorithm?
|
 |
 |
|
|
subject: Need help to create the Sierpiński Carpet using recursion
|
|
|