FT Digital Edition: our digitised print edition
This post is about a technique for manually converting elegant, maintainable recursive code into a gnarled imperative form, trading clarity (and some performance) for stack safety. This technique is not quite precise enough to be automated but it is mostly mechanical, requiring very little creativity or insight into the problem being solved. The resultant implementations are reasonably decipherable.
,更多细节参见新收录的资料
print("filling memory..."),推荐阅读新收录的资料获取更多信息
For more information you can review our Terms of Service。业内人士推荐新收录的资料作为进阶阅读
}A practical example — searching a 2D grid: