grind-leetcode
Solutions and visual explanations to LeetCode problems
← Return
9. Palindrome Number
Easy
Given an integer
x
, return
true
if
x
is a palindrome, and
false
otherwise.
Problem
Solutions
Groovy
Java
JavaScript
Kotlin
Python
TypeScript
Reverse string
Compare half string