jpettigrew: I'm assuming this is for Strader's 202?

What you need to do is set up a recursive function, say called findNortheastPath().

Inside the recursive function, you'll need a base case,...