Determine if 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 if 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.