{"id":21361871,"url":"https://github.com/mxssl/leetcodereverseintegergolang","last_synced_at":"2025-03-16T06:45:16.979Z","repository":{"id":96800593,"uuid":"147250415","full_name":"mxssl/LeetCodeReverseIntegerGolang","owner":"mxssl","description":null,"archived":false,"fork":false,"pushed_at":"2018-09-03T20:29:14.000Z","size":0,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-22T19:21:30.495Z","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:25:05.000Z","updated_at":"2019-01-13T13:02:50.000Z","dependencies_parsed_at":null,"dependency_job_id":"5b3bf7e2-69ca-4d27-b335-3926b4a15c8e","html_url":"https://github.com/mxssl/LeetCodeReverseIntegerGolang","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mxssl%2FLeetCodeReverseIntegerGolang","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mxssl%2FLeetCodeReverseIntegerGolang/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mxssl%2FLeetCodeReverseIntegerGolang/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mxssl%2FLeetCodeReverseIntegerGolang/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mxssl","download_url":"https://codeload.github.com/mxssl/LeetCodeReverseIntegerGolang/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243835930,"owners_count":20355611,"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.550Z","updated_at":"2025-03-16T06:45:16.969Z","avatar_url":"https://github.com/mxssl.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Reverse Integer\n\nGiven a 32-bit signed integer, reverse digits of an integer.\n\n`Time Complexity: O(log(x))`\n\n`Space Complexity: O(1)`\n\n```Bash\n$ go test -v -cover  ./...\n=== RUN   TestCase1\nExpected: 654321, Output: 654321\n--- PASS: TestCase1 (0.00s)\n=== RUN   TestCase2\nExpected: -654321, Output: -654321\n--- PASS: TestCase2 (0.00s)\n=== RUN   TestCase3\nExpected: 0, Output: 0\n--- PASS: TestCase3 (0.00s)\n=== RUN   TestCase4\nExpected: 0, Output: 0\n--- PASS: TestCase4 (0.00s)\nPASS\ncoverage: 87.5% of statements\nok      github.com/mxssl/reverseInteger 0.148s  coverage: 87.5% of statements\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmxssl%2Fleetcodereverseintegergolang","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmxssl%2Fleetcodereverseintegergolang","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmxssl%2Fleetcodereverseintegergolang/lists"}