Tuesday, April 26, 2016

Enlightening my mind with lightbot

I cut this puzzle into three parts. So I created an algorithm for the first part. Then implemented it into Proc1 to realign the bot a place where I can repeat Proc2 to light up the 2nd part. and again in the main I realigned the bot so I could repeat Proc 2 to solve the puzzle.

Tuesday, April 12, 2016

Bebras Computational Thinking Log-art

For this problem, I tried to simplify the log and tried to find patterns and relationships with the three examples. What I found was that example 2 was the same but had had elongated each arm by 2.  I looked at stage one of example 2 and elongated each arm by 2 and got my answer.

Bebras Computational Thinking


I first deconstructed the problem into 3 different parts. Saw that every time a hole was reached the order would be changed. I also recognized that after coming out of the whole the order would be in reverse of what it was going in. I was able to identify this pattern, create an algorithm, and use it to my advantage.