Sar-taj107 / Code-Sandbox-Hacktoberfest23

Make your first Pull Request on Hacktoberfest 2023. if you know the implementation of any DSA related topic/problem or hackerrank, leetcode, hackerearth problem then you can contribute it in this repo. Raise Genuine PRs only. Your PRs will be accepted, keep patience. Star this Repo ⭐️ Contribute and join us in celebrating Hacktoberfest! 🎉🎉
MIT License
20 stars 43 forks source link

Added: Palindrome Number #41

Closed AayushPaigwar closed 9 months ago

AayushPaigwar commented 9 months ago

Leet Code Question: Palindrome Number

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

Input: x = 121 Output: true Explanation: 121 reads as 121 from left to right and from right to left.

Please review my PR #41 #42 #43

HF23🚀