https://github.com/fahimfba/codechef-solution
contains all the source code of mine from CodeChef
https://github.com/fahimfba/codechef-solution
c codechef codechef-solutions competitive-programming cplusplus java programming python3
Last synced: 24 days ago
JSON representation
contains all the source code of mine from CodeChef
- Host: GitHub
- URL: https://github.com/fahimfba/codechef-solution
- Owner: FahimFBA
- Created: 2021-02-04T20:58:54.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-10-17T18:56:50.000Z (over 3 years ago)
- Last Synced: 2025-02-05T03:43:10.756Z (3 months ago)
- Topics: c, codechef, codechef-solutions, competitive-programming, cplusplus, java, programming, python3
- Language: C++
- Homepage: https://fahimfba.github.io/CodeChef-Solution/
- Size: 27.3 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CodeChef Solution
[](https://twitter.com/intent/tweet?text=Wow!&url=https://github.com/FahimFBA/handle-codeforces)
[](https://twitter.com/Fahim_FBA)




## [Check the Website!](https://fahimfba.github.io/CodeChef-Solution/)
| Problem Code | Problem Name | Question | Answer |
|-------------|----------------|-----------|----------|
| FLOW001 | Add Two Numbers |[Question](https://www.codechef.com/problems/FLOW001)|[Solution](https://github.com/FahimFBA/CodeChef-Solution/blob/main/Add_Two_Numbers.c)|
|AHS08TEST| ATM| [Question](https://www.codechef.com/problems/HS08TEST)| [Solution](https://github.com/FahimFBA/CodeChef-Solution/blob/main/ATM.c) |
|GROUPS | Chef and Groups| [Question](https://www.codechef.com/problems/GROUPS) | [Solution](https://github.com/FahimFBA/CodeChef-Solution/blob/main/Chef_And_Groups.cpp) |
|DIAGMOVE| Diagonal Movement | [Question](https://www.codechef.com/problems/DIAGMOVE) | [Solution](https://github.com/FahimFBA/CodeChef-Solution/blob/main/Diagonal_Movement.cpp) |
|INTEST| Enormous Input Test | [Question](https://www.codechef.com/problems/INTEST) | [Solution](https://github.com/FahimFBA/CodeChef-Solution/blob/main/Enormous_Input_test.cpp) |
|FLOW002| Find Remainder| [Question](https://www.codechef.com/problems/FLOW002) | [Solution](https://github.com/FahimFBA/CodeChef-Solution/blob/main/Find_Remainder.cpp) |
|FSQRT| Finding Square Roots | [Question](https://www.codechef.com/problems/FSQRT) | [Solution](https://github.com/FahimFBA/CodeChef-Solution/blob/main/Finding_Square_Roots.py) |
|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)|
|HDIVISR| Highest Divisor | [Question](https://www.codechef.com/problems/HDIVISR) | [Solution](https://github.com/FahimFBA/CodeChef-Solution/blob/main/Highest_Divisor.cpp) |
|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) |
|LUCKFOUR| Lucky Four | [Question](https://www.codechef.com/problems/LUCKFOUR) | [Solution](https://github.com/FahimFBA/CodeChef-Solution/blob/main/Lucky_Four.cpp) |
|MAXFUN| Maximise Function | [Question](https://www.codechef.com/problems/MAXFUN) | [Solution](https://github.com/FahimFBA/CodeChef-Solution/blob/main/Maximise_Function.cpp) |
|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) |
|START01 | Number Mirror | [Question](https://www.codechef.com/problems/START01) | [Solution](https://github.com/FahimFBA/CodeChef-Solution/blob/main/Number_Mirror.py) |
|FLOW007| Reverse The Number | [Question](https://www.codechef.com/problems/FLOW007) | [Solution](https://github.com/FahimFBA/CodeChef-Solution/blob/main/Reverse_The_Number.c) |
|FLOW017| Second Largest | [Question](https://www.codechef.com/problems/FLOW017) | [Solution](https://github.com/FahimFBA/CodeChef-Solution/blob/main/Second_Largest.py) |
|FCTRL2| Small factorials | [Question](https://www.codechef.com/problems/FCTRL2) | [Solution](https://github.com/FahimFBA/CodeChef-Solution/blob/main/small_factorials.py) |
|FLOW006| Sum of Digits | [Question](https://www.codechef.com/problems/FLOW006) | [Solution](https://github.com/FahimFBA/CodeChef-Solution/blob/main/Sum_of_Digits.c) |
|TSORT| Turbo Sort | [Question](https://www.codechef.com/problems/TSORT) | [Solution](https://github.com/FahimFBA/CodeChef-Solution/blob/main/Turbo_Sort.cpp) |
|SOCKS1| Valid Pair | [Question](https://www.codechef.com/problems/SOCKS1) | [Solution](https://github.com/FahimFBA/CodeChef-Solution/blob/main/Valid_Pair.py) |
|FLOW013| Valid Triangles | [Question](https://www.codechef.com/problems/FLOW013) | [Solution](https://github.com/FahimFBA/CodeChef-Solution/blob/main/Valid_Triangles.py)|