Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 171 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 171 Bytes

11.Palindrome Number

Description

Determine whether an integer is a palindrome. Do this without extra space.

Example

Input: 1221
Output: true