Tag: TDD
-
For When You Absolutely Need a Bigger Stack Than RAM Allows
Recently, I found an interesting programming exercise, which read: “A robot is located at the bottom-left corner of a 5×5 grid. The robot can move either up, down, left, or right, but can not visit the same spot twice. The robot is trying to reach the top-right corner of the grid.” In a series of…