{"id":23272426,"url":"https://github.com/letsdeepchat/biglight-code-using-java","last_synced_at":"2026-02-14T22:02:47.904Z","repository":{"id":153852601,"uuid":"439617874","full_name":"letsdeepchat/BigLight-code-using-JAVA","owner":"letsdeepchat","description":null,"archived":false,"fork":false,"pushed_at":"2021-12-23T03:19:35.000Z","size":3,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-06T09:53:05.324Z","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-18T13:09:37.000Z","updated_at":"2021-12-23T03:19:37.000Z","dependencies_parsed_at":null,"dependency_job_id":"fed51be5-5c01-4a0e-893f-58bf77b511fa","html_url":"https://github.com/letsdeepchat/BigLight-code-using-JAVA","commit_stats":null,"previous_names":["letsdeepchat/biglight-code-using-java","deepak14ri/biglight-code-using-java"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/letsdeepchat/BigLight-code-using-JAVA","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/letsdeepchat%2FBigLight-code-using-JAVA","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/letsdeepchat%2FBigLight-code-using-JAVA/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/letsdeepchat%2FBigLight-code-using-JAVA/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/letsdeepchat%2FBigLight-code-using-JAVA/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/letsdeepchat","download_url":"https://codeload.github.com/letsdeepchat/BigLight-code-using-JAVA/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/letsdeepchat%2FBigLight-code-using-JAVA/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278708030,"owners_count":26031932,"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","status":"online","status_checked_at":"2025-10-06T02:00:05.630Z","response_time":65,"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":[],"created_at":"2024-12-19T19:16:03.152Z","updated_at":"2025-10-07T01:52:39.352Z","avatar_url":"https://github.com/letsdeepchat.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# BigLight-code-using-JAVA\n\nBigLight\nGian and Suneo want their heights to be equal so they asked Doraemons help. Doraemon gave a big light to both of them but both big lights have different speeds of magnifying. Let us assume the big light given to Gian can increase the height of a person by v1 m/s and that of Suneos big light is v2 m/s. At the end of each second Doraemon check if their heights are equal or not.\n\nGiven the initial height of Gian and Suneo, your task is to check whether the height of Gian and Suneo will become equal at some point or not, assuming they both started at the same time.\n\nInput\nThe only line of the input contains 4 spaced integers, h1(height of gian), h2(height of suneo), v1(speed of Gians big light), and v2(speed of Suneos big light).\n\nConstraints\n1 \u003c= h2 \u003c h1\u003c=10000 1 \u003c= v1 \u003c= 10000 1 \u003c= v2 \u003c=10000\n\nOutput\nPrint true if their height will become equal at some point (as seen by Doraemon) else print false.\n\nExample\nSample input\n4 2 2 4\n\nSample output\ntrue\n\nExplanation\nHeight of Gian goes as- 4 6 8 10. . height of Suneo goes as:- 2 6 10.. at the end of 1 second their height will become equal.\n\nSample Input\n5 4 1 6\n\nSample Output\nfalse\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fletsdeepchat%2Fbiglight-code-using-java","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fletsdeepchat%2Fbiglight-code-using-java","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fletsdeepchat%2Fbiglight-code-using-java/lists"}