Problem 1: Write an algorithm to tie your shoes.

Problem 2: Write an algorithm to Reverse the order of the following sentence:

the brown dog jumped over the lazy fox

so that it would be:

fox lazy the over jumped dog brown the

Problem 3: Now write an algorithm that will reverse a word

eg. the reverse of the word "lazy" would be "yzal"

Problem 4: Come up with an algorithm that gives directions from your house to your work/school/etc by either transit, walking or car (or a combination of all three)