{"id":21361869,"url":"https://github.com/mxssl/leetcodepalindromenumbergolang","last_synced_at":"2025-06-20T09:35:53.590Z","repository":{"id":96800590,"uuid":"147252225","full_name":"mxssl/LeetCodePalindromeNumberGolang","owner":"mxssl","description":null,"archived":false,"fork":false,"pushed_at":"2018-09-03T20:50:11.000Z","size":1,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-16T06:45:13.840Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mxssl.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-09-03T20:48:08.000Z","updated_at":"2019-01-13T13:02:49.000Z","dependencies_parsed_at":"2023-04-05T19:02:20.663Z","dependency_job_id":null,"html_url":"https://github.com/mxssl/LeetCodePalindromeNumberGolang","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/mxssl/LeetCodePalindromeNumberGolang","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mxssl%2FLeetCodePalindromeNumberGolang","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mxssl%2FLeetCodePalindromeNumberGolang/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mxssl%2FLeetCodePalindromeNumberGolang/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mxssl%2FLeetCodePalindromeNumberGolang/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mxssl","download_url":"https://codeload.github.com/mxssl/LeetCodePalindromeNumberGolang/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mxssl%2FLeetCodePalindromeNumberGolang/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":260919557,"owners_count":23082787,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-22T06:12:19.503Z","updated_at":"2025-06-20T09:35:48.578Z","avatar_url":"https://github.com/mxssl.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Palindrome Number\n\nDetermine whether an integer is a palindrome. An integer is a palindrome when it reads the same backward as forward.\n\n`Time complexity : O(log{10}(n))`\n\n`Space complexity : O(1)`\n\n```Bash\n$ go test -v -cover ./...\n=== RUN   TestCase1\nExpected: true, Output: true\n--- PASS: TestCase1 (0.00s)\n=== RUN   TestCase2\nExpected: false, Output: false\n--- PASS: TestCase2 (0.00s)\nPASS\ncoverage: 72.7% of statements\nok      github.com/mxssl/LeetCodePalindromeNumberGolang       0.175s  coverage: 72.7% of statements\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmxssl%2Fleetcodepalindromenumbergolang","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmxssl%2Fleetcodepalindromenumbergolang","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmxssl%2Fleetcodepalindromenumbergolang/lists"}