100 Days of LeetCode: "Day 1 - Palindrome Number"
Disha Khanpara
Business Development Executive @Awarefluence | Frontend Developer & UX/UI Enthusiast | Data Analyst (SQL, Power BI, Python) | Book Reviewer | Passionate About Data & Design
Hello everyone! ?? Today, I’m beginning my 100 Days LeetCode Challenge and wanted to share it with you. For the next 100 days, I’ll be solving coding problems on LeetCode using Python, posting updates every Monday, Tuesday, and Wednesday.
?? Day 1: Palindrome Number
?? Problem Statement: Given an integer x, return true if x is a palindrome, and false otherwise. A Palindrome is a number that reads the same forward and backward. For example:
121 is a palindrome.
-121 is not a palindrome (the negative sign will be on the other side).
10 is not a palindrome (backwards it becomes 01, which is not the same).
? Like, Share, Comment, Feedback & Subscribe for More! Feel free to share your thoughts and follow along with the challenge. Let’s learn and improve together!
?? #100DaysLeetCode #LeetCodeChallenge #Python #PythonCoding #DSA #ProblemSolving #CodingJourney #Disha100DaysChallenge