Fabayu / HACKTOBERFEST-2022

hacktoberfest-accepted
15 stars 73 forks source link

Palindrome-number CPP solution #44

Closed Parthkumar507 closed 1 year ago

Parthkumar507 commented 1 year ago

This is Palindrome-number c++ solution . It is based on approach of reversing the number and then comparing them . Question link : https://leetcode.com/problems/palindrome-number/