Determine whether it is a palindrome, or a mirrored text
The method is very simple, just run through the palindrome loop to find out
For mirrored text, use a lookup table
Determine whether it is a palindrome, or a mirrored text
The method is very simple, just run through the palindrome loop to find out
For mirrored text, use a lookup table