Problem
Leaderboard

Problem: Palindrome Number

Statement

Given an integer, x, return TRUE if it is a palindrome; otherwise, FALSE.

A palindrome integer is one whose digits read the same from left to right and right to left.

Constraints:

  • 231-2^{-31} \leq x 2311\leq 2^{31}-1

Problem
Leaderboard

Problem: Palindrome Number

Statement

Given an integer, x, return TRUE if it is a palindrome; otherwise, FALSE.

A palindrome integer is one whose digits read the same from left to right and right to left.

Constraints:

  • 231-2^{-31} \leq x 2311\leq 2^{31}-1