algorithm: check if integer is palindrome#1177
algorithm: check if integer is palindrome#1177raklaptudirm merged 5 commits intoTheAlgorithms:masterfrom
Conversation
appgurueu
left a comment
There was a problem hiding this comment.
This seems redundant to me: Converting a number to string - as is done below - will work just fine (because a number-to-string conversion ultimately does what you're doing here, albeit with more overhead). This is also missing tests. Also please move it to a different folder - say Math - because this definitely doesn't belong in String.
I create new function in 'Math' folder, and remove that belong in 'String' in new commit Please check it. Thanks |
Describe your change:
Checklist:
Example:
UserProfile.jsis allowed butuserprofile.js,Userprofile.js,user-Profile.js,userProfile.jsare notFixes: #{$ISSUE_NO}.