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.
Cookie support is required to access HackerRank
Seems like cookies are disabled on this browser, please enable them to open this website
Puzzle and PC
You are viewing a single comment's thread. Return to all comments →
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.