Assignment One Solve the Mystery Fractal. (shown on class notes for day 3) That means work out what the pattern is. Given an "iteration number", you should be able to say exactly how to produce the corresponding picture. (Remember that what the book calls the first iteration isn't really the first, there are a few that come before it) Do this in an algorithmic way. Not necessarily in any programming language, but complete, unambiguous, and concise. Make your solution as simple and concise as possible. Show how you discovered your solution. Maybe a few simple diagrams will be enough for that.