🌻
Whoever are you, i love you <3
Pinned Loading
-
implementation of easy problem from ...
implementation of easy problem from leetcode :P 1func isPalindrome(x int) bool {
2var str string = fmt.Sprintf("%d", x)
34for f, r := 0, len(str)-1; f<r; f, r = f+1, r-1 {
5if str[f] != str[r] {
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.