{"id":20530474,"url":"https://github.com/tahmidefaz/no-sqrt","last_synced_at":"2026-05-29T08:32:30.516Z","repository":{"id":105009194,"uuid":"102238094","full_name":"tahmidefaz/no-sqrt","owner":"tahmidefaz","description":"Estimates the square root of a number without the sqrt() function","archived":false,"fork":false,"pushed_at":"2017-09-18T19:23:22.000Z","size":8,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-06T02:33:09.960Z","etag":null,"topics":["algorithm","binary-search","python","python3","square-root-estimate"],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/tahmidefaz.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","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":"2017-09-03T03:13:54.000Z","updated_at":"2017-09-20T22:40:35.000Z","dependencies_parsed_at":null,"dependency_job_id":"4dac21e7-b1f3-42ca-885d-775523655258","html_url":"https://github.com/tahmidefaz/no-sqrt","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/tahmidefaz/no-sqrt","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tahmidefaz%2Fno-sqrt","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tahmidefaz%2Fno-sqrt/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tahmidefaz%2Fno-sqrt/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tahmidefaz%2Fno-sqrt/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tahmidefaz","download_url":"https://codeload.github.com/tahmidefaz/no-sqrt/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tahmidefaz%2Fno-sqrt/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33644305,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-05-29T02:00:06.066Z","response_time":107,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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","binary-search","python","python3","square-root-estimate"],"created_at":"2024-11-15T23:38:35.744Z","updated_at":"2026-05-29T08:32:30.491Z","avatar_url":"https://github.com/tahmidefaz.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# no-sqrt\nEstimates the square root of a number without the sqrt() function. \nUses binary search algorithm to find the root of a number.\n\n## Explanation\n### We know that:\n\n`if sqrt(x) = z, then x = z^2`\n\nSo, `if given x`, we need to find a number between 0 and x whose square is equal to x.\nTo find a z whose square is equal to x, the program uses binary search.\n\nTime complexity: **bigO = O(log n)**\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftahmidefaz%2Fno-sqrt","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftahmidefaz%2Fno-sqrt","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftahmidefaz%2Fno-sqrt/lists"}