{"id":23272353,"url":"https://github.com/letsdeepchat/which-angled-trangled","last_synced_at":"2025-04-06T09:52:45.419Z","repository":{"id":153852929,"uuid":"435182958","full_name":"letsdeepchat/Which-Angled-Trangled","owner":"letsdeepchat","description":"Which Angled Trangled using java","archived":false,"fork":false,"pushed_at":"2021-12-05T14:03:47.000Z","size":2,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-12T10:13:13.728Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"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/letsdeepchat.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":"2021-12-05T14:02:32.000Z","updated_at":"2021-12-05T14:03:49.000Z","dependencies_parsed_at":null,"dependency_job_id":"a877da89-a773-4542-a10a-b39cbc670a8d","html_url":"https://github.com/letsdeepchat/Which-Angled-Trangled","commit_stats":null,"previous_names":["letsdeepchat/which-angled-trangled","deepak14ri/which-angled-trangled"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/letsdeepchat%2FWhich-Angled-Trangled","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/letsdeepchat%2FWhich-Angled-Trangled/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/letsdeepchat%2FWhich-Angled-Trangled/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/letsdeepchat%2FWhich-Angled-Trangled/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/letsdeepchat","download_url":"https://codeload.github.com/letsdeepchat/Which-Angled-Trangled/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247463933,"owners_count":20942950,"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-12-19T19:14:52.933Z","updated_at":"2025-04-06T09:52:45.402Z","avatar_url":"https://github.com/letsdeepchat.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# Which-Angled-Trangled\nWhich Angled Trangled using java\n\nWhich angled triangle\nGiven the 3 sides of a triangle, find out whether it is acute-angled, right-angled, or obtuse-angled.\n\nYou need to output 1 for acute, 2 for right-angled, and 3 for an obtuse-angled triangle. You can assume that the input values always form a triangle and are valid integers.\n\nNote:\nA triangle is acute-angled, if twice the square of the largest side is less than the sum of squares of all the sides.\n\nA triangle is obtuse-angled, if twice the square of its largest side is greater than the sum of squares of all the sides.\n\nA triangle is right-angled, if twice the square of its largest side is exactly equal to the sum of squares of all the sides.\n\nInput:\n3 4 5\n\nOutput:\n2\n\nExplanation:\nSince 2x5x5 is equal to 5x5 + 3x3 + 4x4, So this is a right-angled triangle and hence, the answer is 2.\n\nInput:\n3 3 3\n\nOutput:\n1\n\nExplanation:\nSince 2x3x3 is less than 3x3 + 3x3 + 3x3, So this is an acute-angled triangle and hence, the answer is 1\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fletsdeepchat%2Fwhich-angled-trangled","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fletsdeepchat%2Fwhich-angled-trangled","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fletsdeepchat%2Fwhich-angled-trangled/lists"}