Peter Norvig’s description of how he generated his 12,293 word palindrome is much more interesting than the actual palindrome itself. The algorithm he used: backtrack searching.
random($foo) is the occassionally still updated blog of Leonard Lin. My pics are on Flickr, code is on Github. @lhl on Twitter. More »
Peter Norvig’s description of how he generated his 12,293 word palindrome is much more interesting than the actual palindrome itself. The algorithm he used: backtrack searching.