Sunday, April 24, 2016

Light Bot

 I first had to identify the pattern within the problem, once I identified the pattern I put the steps I wanted light bot to execute in P1. To keep my procedure under the maximum steps, I made my P1 into a generic sequence. This made it easy to complete the problem because I did not have to write the same steps over and over. I also made sure to test my steps to make sure everything was working the way that I wanted.

Wednesday, April 13, 2016

To find the answer for this problem you have to identify the pattern. It is easy to find what the result of the first stage is. We are able to infer this outcome because we are given the outcome of the second log. This was a fairly easy problem to solve because they gave us the second drawing.

Monday, April 11, 2016

Bebra

In this assignment we had to identify the pattern in order to find how to get the robot out of the maze. Once you identify one of the directions you can find out the rest. This was similar to an algorithm because you first made steps to find where you are going, and then you can speed through the rest. Using an algorithm was helpful because you did not have to guess as much