Skip to main content
your -> you're
Source Link
RobH
  • 17.1k
  • 6
  • 38
  • 73

Building on the point of limiting left and right to >=100, you could also try skipping all numbers which end in a zero. Unless youryou're defining numbers to have leading zeros, then 100 is a palindrome -> 00100.

Building on the point of limiting left and right to >=100, you could also try skipping all numbers which end in a zero. Unless your defining numbers to have leading zeros, then 100 is a palindrome -> 00100.

Building on the point of limiting left and right to >=100, you could also try skipping all numbers which end in a zero. Unless you're defining numbers to have leading zeros, then 100 is a palindrome -> 00100.

Source Link

Building on the point of limiting left and right to >=100, you could also try skipping all numbers which end in a zero. Unless your defining numbers to have leading zeros, then 100 is a palindrome -> 00100.