Design
pal.txt
Associated article: Adventures In Palindromes
Tags: Design
Published source code accompanying the article by William R. Mahoney in which he examines backtracking algorithms and palindromes. Also see PAL.ZIP.
Adventures in Palindromes by William R. Mahoney Figure 1: Test the incoming string--if not a partial palindrome return False If it is a complete palindrome Print it Return True Else if the pivot is less than the center Take excess letters ...