{"id":19691369,"url":"https://github.com/errhythm/competitive-programming---cse110-workshop","last_synced_at":"2026-06-17T09:32:00.216Z","repository":{"id":116635386,"uuid":"240727443","full_name":"errhythm/Competitive-Programming---CSE110-Workshop","owner":"errhythm","description":"Competitive Programming - CSE110 Workshop - 13.02.2020","archived":false,"fork":false,"pushed_at":"2020-02-15T15:16:46.000Z","size":16,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-27T10:59:48.914Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Java","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/errhythm.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":"2020-02-15T14:31:53.000Z","updated_at":"2020-02-15T15:16:48.000Z","dependencies_parsed_at":null,"dependency_job_id":"ff52c8dc-870f-4bce-a599-c92bfec24a1e","html_url":"https://github.com/errhythm/Competitive-Programming---CSE110-Workshop","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/errhythm/Competitive-Programming---CSE110-Workshop","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/errhythm%2FCompetitive-Programming---CSE110-Workshop","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/errhythm%2FCompetitive-Programming---CSE110-Workshop/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/errhythm%2FCompetitive-Programming---CSE110-Workshop/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/errhythm%2FCompetitive-Programming---CSE110-Workshop/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/errhythm","download_url":"https://codeload.github.com/errhythm/Competitive-Programming---CSE110-Workshop/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/errhythm%2FCompetitive-Programming---CSE110-Workshop/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34443232,"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-06-17T02:00:05.408Z","response_time":127,"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-11-11T19:08:55.724Z","updated_at":"2026-06-17T09:32:00.211Z","avatar_url":"https://github.com/errhythm.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Competitive-Programming - CSE110-Workshop\n\n## Contest Link\n\n[Click Here](https://vjudge.net/contest/356948) - CSE110 Workshop\n\n### Program Link\n\n* [CodeChef DIFFSUM](https://www.codechef.com/problems/DIFFSUM) - A\n* [CodeForces 630A](https://codeforces.com/problemset/problem/630/A) - B\n* [CodeForces 4A](https://codeforces.com/problemset/problem/4/A) - C\n* [CodeForces 617A](https://codeforces.com/problemset/problem/617/A) - D\n* [LightOJ 1000](http://lightoj.com/login_main.php?url=volume_showproblem.php?problem=1000) - E\n* [UVA 10055](https://onlinejudge.org/index.php?option=com_onlinejudge\u0026Itemid=8\u0026page=show_problem\u0026problem=996) - F\n* [UVA 11172](https://onlinejudge.org/index.php?option=com_onlinejudge\u0026Itemid=8\u0026page=show_problem\u0026problem=2113) - G\n* [LightOJ 1022](http://lightoj.com/login_main.php?url=volume_showproblem.php?problem=1022) - H\n* [CodeForces 236A](https://codeforces.com/problemset/problem/236/A) - I\n* [UVA 12577](https://onlinejudge.org/index.php?option=com_onlinejudge\u0026Itemid=8\u0026page=show_problem\u0026problem=4022) - J\n\n### Solutions\n\n* [CodeChef DIFFSUM](https://github.com/errhythm/Competitive-Programming---CSE110-Workshop/blob/master/A.java) - A\n* [CodeForces 630A](https://github.com/errhythm/Competitive-Programming---CSE110-Workshop/blob/master/B.java) - B\n* [CodeForces 4A](https://github.com/errhythm/Competitive-Programming---CSE110-Workshop/blob/master/C.java) - C\n* [CodeForces 617A](https://github.com/errhythm/Competitive-Programming---CSE110-Workshop/blob/master/D.java) - D\n* [LightOJ 1000](https://github.com/errhythm/Competitive-Programming---CSE110-Workshop/blob/master/E.java) - E\n* [UVA 10055](https://github.com/errhythm/Competitive-Programming---CSE110-Workshop/blob/master/F.java) - F\n* [UVA 11172](https://github.com/errhythm/Competitive-Programming---CSE110-Workshop/blob/master/G.java) - G\n* [LightOJ 1022](https://github.com/errhythm/Competitive-Programming---CSE110-Workshop/blob/master/H.java) - H\n* [CodeForces 236A](https://github.com/errhythm/Competitive-Programming---CSE110-Workshop/blob/master/I.java) - I\n* [UVA 12577](https://github.com/errhythm/Competitive-Programming---CSE110-Workshop/blob/master/J.java) - J\n\n#### Thanks to\n\n* **Sarin Rahman Zavin** - *F,H,I,J* \n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ferrhythm%2Fcompetitive-programming---cse110-workshop","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ferrhythm%2Fcompetitive-programming---cse110-workshop","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ferrhythm%2Fcompetitive-programming---cse110-workshop/lists"}