{"id":21361887,"url":"https://github.com/mxssl/binarysearchgolangrecursive","last_synced_at":"2025-03-16T06:45:21.816Z","repository":{"id":96800486,"uuid":"148047573","full_name":"mxssl/BinarySearchGolangRecursive","owner":"mxssl","description":"Binary Search algorithm implemented in Go (Golang) by using recursion.","archived":false,"fork":false,"pushed_at":"2018-09-09T17:41:50.000Z","size":1,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-22T19:21:35.803Z","etag":null,"topics":["algorithm","go","golang"],"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-09T17:10:01.000Z","updated_at":"2019-01-13T13:02:46.000Z","dependencies_parsed_at":"2023-04-05T10:01:08.955Z","dependency_job_id":null,"html_url":"https://github.com/mxssl/BinarySearchGolangRecursive","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%2FBinarySearchGolangRecursive","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mxssl%2FBinarySearchGolangRecursive/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mxssl%2FBinarySearchGolangRecursive/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mxssl%2FBinarySearchGolangRecursive/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mxssl","download_url":"https://codeload.github.com/mxssl/BinarySearchGolangRecursive/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":["algorithm","go","golang"],"created_at":"2024-11-22T06:12:37.650Z","updated_at":"2025-03-16T06:45:21.806Z","avatar_url":"https://github.com/mxssl.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Binary Search\n\n[Binary Search](https://en.wikipedia.org/wiki/Binary_search_algorithm) algorithm implemented in Go (Golang) by using recursion.\n\n`Time Complexity: O(log(n))`\n\n`Space Complexity: O(log(n))`\n\n```Bash\n$ go test -v -cover ./...\n=== RUN   TestCase1\nExpected: 3, Output: 3\n--- PASS: TestCase1 (0.00s)\n=== RUN   TestCase2\nExpected: -1, Output: -1\n--- PASS: TestCase2 (0.00s)\nPASS\ncoverage: 76.9% of statements\nok      github.com/mxssl/BinarySearchGolangRecursive    0.166s  coverage: 76.9% of statements\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmxssl%2Fbinarysearchgolangrecursive","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmxssl%2Fbinarysearchgolangrecursive","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmxssl%2Fbinarysearchgolangrecursive/lists"}