{"id":22731631,"url":"https://github.com/fahimfba/codechef-solution","last_synced_at":"2025-03-30T01:37:28.568Z","repository":{"id":117960048,"uuid":"336080829","full_name":"FahimFBA/CodeChef-Solution","owner":"FahimFBA","description":"contains all the source code of mine from CodeChef","archived":false,"fork":false,"pushed_at":"2021-10-17T18:56:50.000Z","size":28,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-05T03:43:10.756Z","etag":null,"topics":["c","codechef","codechef-solutions","competitive-programming","cplusplus","java","programming","python3"],"latest_commit_sha":null,"homepage":"https://fahimfba.github.io/CodeChef-Solution/","language":"C++","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/FahimFBA.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-02-04T20:58:54.000Z","updated_at":"2021-10-17T18:56:53.000Z","dependencies_parsed_at":null,"dependency_job_id":"a2992a55-a954-4814-9951-0781ad1e8e6a","html_url":"https://github.com/FahimFBA/CodeChef-Solution","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/FahimFBA%2FCodeChef-Solution","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FahimFBA%2FCodeChef-Solution/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FahimFBA%2FCodeChef-Solution/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FahimFBA%2FCodeChef-Solution/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/FahimFBA","download_url":"https://codeload.github.com/FahimFBA/CodeChef-Solution/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246266000,"owners_count":20749753,"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":["c","codechef","codechef-solutions","competitive-programming","cplusplus","java","programming","python3"],"created_at":"2024-12-10T19:29:31.748Z","updated_at":"2025-03-30T01:37:28.552Z","avatar_url":"https://github.com/FahimFBA.png","language":"C++","readme":"# CodeChef Solution\n\n[![Tweet a thanks](https://img.shields.io/twitter/url?label=Tweet%20this%21\u0026style=social\u0026url=https%3A%2F%2Ftwitter.com%2FFahim_FBA)](https://twitter.com/intent/tweet?text=Wow!\u0026url=https://github.com/FahimFBA/handle-codeforces)\n[![Follow on Twitter](https://img.shields.io/twitter/follow/Fahim_FBA?style=social)](https://twitter.com/Fahim_FBA)\n\n![Language](https://img.shields.io/github/languages/count/FahimFBA/CodeChef-Solution?style=for-the-badge)\n![Top Language](https://img.shields.io/github/languages/top/FahimFBA/CodeChef-Solution?style=for-the-badge)\n![Code Size](https://img.shields.io/github/languages/code-size/FahimFBA/CodeChef-Solution?color=red\u0026style=for-the-badge)\n![GitHub Repo Size](https://img.shields.io/github/repo-size/FahimFBA/CodeChef-Solution?color=bright\u0026style=for-the-badge)\n![Lines of Code](https://img.shields.io/tokei/lines/github/FahimFBA/CodeChef-Solution?color=blue\u0026style=for-the-badge)\n\n\u003cbr\u003e\n\n## [Check the Website!](https://fahimfba.github.io/CodeChef-Solution/)\n\n\n\u003cbr\u003e\n\n\n|  Problem Code | Problem Name   | Question  | Answer   |\n|-------------|----------------|-----------|----------|\n| FLOW001  | Add Two Numbers |[Question](https://www.codechef.com/problems/FLOW001)|[Solution](https://github.com/FahimFBA/CodeChef-Solution/blob/main/Add_Two_Numbers.c)|\n|AHS08TEST| ATM| [Question](https://www.codechef.com/problems/HS08TEST)| [Solution](https://github.com/FahimFBA/CodeChef-Solution/blob/main/ATM.c) |\n|GROUPS | Chef and Groups| [Question](https://www.codechef.com/problems/GROUPS) | [Solution](https://github.com/FahimFBA/CodeChef-Solution/blob/main/Chef_And_Groups.cpp) |\n|DIAGMOVE| Diagonal Movement | [Question](https://www.codechef.com/problems/DIAGMOVE) | [Solution](https://github.com/FahimFBA/CodeChef-Solution/blob/main/Diagonal_Movement.cpp) |\n|INTEST| Enormous Input Test | [Question](https://www.codechef.com/problems/INTEST) | [Solution](https://github.com/FahimFBA/CodeChef-Solution/blob/main/Enormous_Input_test.cpp) |\n|FLOW002| Find Remainder| [Question](https://www.codechef.com/problems/FLOW002) | [Solution](https://github.com/FahimFBA/CodeChef-Solution/blob/main/Find_Remainder.cpp) |\n|FSQRT| Finding Square Roots | [Question](https://www.codechef.com/problems/FSQRT) | [Solution](https://github.com/FahimFBA/CodeChef-Solution/blob/main/Finding_Square_Roots.py) |\n|FLOW004| First and Last Digit  | [Question](https://www.codechef.com/problems/FLOW004) | [Solution](https://github.com/FahimFBA/CodeChef-Solution/blob/main/First_And_Last_Digit.cpp)|\n|HDIVISR| Highest Divisor | [Question](https://www.codechef.com/problems/HDIVISR) | [Solution](https://github.com/FahimFBA/CodeChef-Solution/blob/main/Highest_Divisor.cpp) |\n|VOWELTB| Is it a VOWEL or CONSONANT | [Question](https://www.codechef.com/problems/VOWELTB) | [Solution](https://github.com/FahimFBA/CodeChef-Solution/blob/main/Is_It_VOWEL_or_CONSONANT.py) |\n|LUCKFOUR| Lucky Four | [Question](https://www.codechef.com/problems/LUCKFOUR) | [Solution](https://github.com/FahimFBA/CodeChef-Solution/blob/main/Lucky_Four.cpp) |\n|MAXFUN| Maximise Function | [Question](https://www.codechef.com/problems/MAXFUN) | [Solution](https://github.com/FahimFBA/CodeChef-Solution/blob/main/Maximise_Function.cpp) |\n|NOTIME| No Time to Wait | [Question](https://www.codechef.com/problems/NOTIME) | [Solution](https://github.com/FahimFBA/CodeChef-Solution/blob/main/No_Time_To_Wait.cpp) |\n|START01 | Number Mirror | [Question](https://www.codechef.com/problems/START01) | [Solution](https://github.com/FahimFBA/CodeChef-Solution/blob/main/Number_Mirror.py) |\n|FLOW007|  Reverse The Number | [Question](https://www.codechef.com/problems/FLOW007) | [Solution](https://github.com/FahimFBA/CodeChef-Solution/blob/main/Reverse_The_Number.c) |\n|FLOW017| Second Largest | [Question](https://www.codechef.com/problems/FLOW017) | [Solution](https://github.com/FahimFBA/CodeChef-Solution/blob/main/Second_Largest.py) |\n|FCTRL2| Small factorials  | [Question](https://www.codechef.com/problems/FCTRL2) | [Solution](https://github.com/FahimFBA/CodeChef-Solution/blob/main/small_factorials.py) |\n|FLOW006| Sum of Digits | [Question](https://www.codechef.com/problems/FLOW006) | [Solution](https://github.com/FahimFBA/CodeChef-Solution/blob/main/Sum_of_Digits.c) |\n|TSORT| Turbo Sort | [Question](https://www.codechef.com/problems/TSORT) | [Solution](https://github.com/FahimFBA/CodeChef-Solution/blob/main/Turbo_Sort.cpp) |\n|SOCKS1| Valid Pair | [Question](https://www.codechef.com/problems/SOCKS1) | [Solution](https://github.com/FahimFBA/CodeChef-Solution/blob/main/Valid_Pair.py) |\n|FLOW013| Valid Triangles | [Question](https://www.codechef.com/problems/FLOW013) | [Solution](https://github.com/FahimFBA/CodeChef-Solution/blob/main/Valid_Triangles.py)|","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffahimfba%2Fcodechef-solution","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffahimfba%2Fcodechef-solution","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffahimfba%2Fcodechef-solution/lists"}