Special String Again

  • + 3 comments

    given: abcbaba

    I count 11 palindromes here:

    a,b,c,b,a,b,a,abcba,bcb,bab,aba

    they say there are only 10 !. they are not counting abcba !! This is in the problem discription.

    why ??