My-LeetCode-Solvings

C# Code Challenges Solved on LeetCode


Project maintained by F4NT0 Hosted on GitHub Pages — Theme by mattgraham

9. Palindrome Number

Level: Easy

Language: C#

Topic: MATH

Unit Test: 9 - Testing Results


Given an integer x, return true if x is a palindrome, and false otherwise.

Example 1:

Example 2:

Example 3:

Constraints: