We use cookies to ensure you have the best browsing experience on our website. Please read our cookie policy for more information about how we use cookies.
Once I thought about it, this puzzle was much easier than others marked medium. It was a simple call to a recursive function. And when I say simple call, I mean simple. The main routine (in lisp) was:
(tile(read)(read)(read)firsttimearguments...)
The recursive function was about 50 lines long, but it was simple. It was broken into 3 sections. Each section had 4 subsections.
Once I thought about it, this puzzle was much easier than others marked medium. It was a simple call to a recursive function. And when I say simple call, I mean simple. The main routine (in lisp) was:
The recursive function was about 50 lines long, but it was simple. It was broken into 3 sections. Each section had 4 subsections.
That was a great problem. I knew how to solve it pretty quickly but i spent quite some time gettings the coordinates out