SarthakKeshari / CPP-Questions-and-Solutions

This repository aims to solve and create new problems from different spheres of coding. A path to help students to get access to solutions and discuss their doubts.
MIT License
47 stars 132 forks source link

Palindrome Number #485

Open itsooof opened 2 years ago

itsooof commented 2 years ago

Enter your question -

Given an integer x, return true if x is palindrome integer.

An integer is a palindrome when it reads the same backward as forward. For example, 121 is palindrome while 123 is not.

Enter link to the question(if question belongs to any online platform) -

https://leetcode.com/problems/palindrome-number/

Tags for the question(eg - Array, Basic, Stack, etc.) -

Basic

itsooof commented 2 years ago

Please assign the issue to me @SarthakKeshari

Meghwantsingh commented 2 years ago

Hello , I would like to try this problem. Can I .

SarthakKeshari commented 2 years ago

@itsooof, Kindly add your solution to "leetcode" folder. Deadline - 18/10/2021

This Issue will only be counted towards ranking criteria of this repository.

Gentle advice- A bit more tough questions would be appreciated for Hacktoberfest tag.

saksham-khajuria commented 2 years ago

Please assign it to me @SarthakKeshari