Skip to content

Commit eca63f0

Browse files
committed
Updated README.md
1 parent 7963f95 commit eca63f0

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

README.md

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1226,7 +1226,12 @@ Python code usually requires Python 3.8 to work.
12261226
| 44 | [CF1988_B_Make_Majority](https://codeforces.com/contest/1988/problem/B) | [Python](https://github.com/BrandonTang89/Competitive_Programming_4_Solutions/blob/main/Other_Tasks/CF1988_B_Make_Majority.py) |
12271227
| 45 | [CF1988_C_Increasing_Sequence_with_Fixed_OR](https://codeforces.com/contest/1988/problem/C) | [C++](https://github.com/BrandonTang89/Competitive_Programming_4_Solutions/blob/main/Other_Tasks/CF1988_C_Increasing_Sequence_with_Fixed_OR.cpp) |
12281228
| 46 | [CF1988_D_The_Omnipotent_Monster_Killer](https://codeforces.com/contest/1988/problem/D) | [C++](https://github.com/BrandonTang89/Competitive_Programming_4_Solutions/blob/main/Other_Tasks/CF1988_D_The_Omnipotent_Monster_Killer.cpp) |
1229-
| 47 | [CF1989_A_Catch_the_Coin](https://codeforces.com/contest/1989/problem/A) | [Python](https://github.com/BrandonTang89/Competitive_Programming_4_Solutions/blob/main/Other_Tasks/CF1989_A_Catch_the_Coin.py) |
1230-
| 48 | [CF1989_B_Substring_and_Subsequence](https://codeforces.com/contest/1989/problem/B) | [Python](https://github.com/BrandonTang89/Competitive_Programming_4_Solutions/blob/main/Other_Tasks/CF1989_B_Substring_and_Subsequence.py) |
1231-
| 49 | [CF1989_C_Two_Movies](https://codeforces.com/contest/1989/problem/C) | [Python](https://github.com/BrandonTang89/Competitive_Programming_4_Solutions/blob/main/Other_Tasks/CF1989_C_Two_Movies.py) |
1232-
| 50 | [CF1989_D_Smithing_Skill](https://codeforces.com/contest/1989/problem/D) | [C++](https://github.com/BrandonTang89/Competitive_Programming_4_Solutions/blob/main/Other_Tasks/CF1989_D_Smithing_Skill.cpp) |
1229+
| 47 | [CF1988_E_Range_Minimum_Sum](https://codeforces.com/contest/1988/problem/E) | [C++](https://github.com/BrandonTang89/Competitive_Programming_4_Solutions/blob/main/Other_Tasks/CF1988_E_Range_Minimum_Sum.cpp) |
1230+
| 48 | [CF1989_A_Catch_the_Coin](https://codeforces.com/contest/1989/problem/A) | [Python](https://github.com/BrandonTang89/Competitive_Programming_4_Solutions/blob/main/Other_Tasks/CF1989_A_Catch_the_Coin.py) |
1231+
| 49 | [CF1989_B_Substring_and_Subsequence](https://codeforces.com/contest/1989/problem/B) | [Python](https://github.com/BrandonTang89/Competitive_Programming_4_Solutions/blob/main/Other_Tasks/CF1989_B_Substring_and_Subsequence.py) |
1232+
| 50 | [CF1989_C_Two_Movies](https://codeforces.com/contest/1989/problem/C) | [Python](https://github.com/BrandonTang89/Competitive_Programming_4_Solutions/blob/main/Other_Tasks/CF1989_C_Two_Movies.py) |
1233+
| 51 | [CF1989_D_Smithing_Skill](https://codeforces.com/contest/1989/problem/D) | [C++](https://github.com/BrandonTang89/Competitive_Programming_4_Solutions/blob/main/Other_Tasks/CF1989_D_Smithing_Skill.cpp) |
1234+
| 52 | [CF1990_A_Submission_Bait](https://codeforces.com/contest/1990/problem/A) | [Python](https://github.com/BrandonTang89/Competitive_Programming_4_Solutions/blob/main/Other_Tasks/CF1990_A_Submission_Bait.py) |
1235+
| 53 | [CF1990_B_Array_Craft](https://codeforces.com/contest/1990/problem/B) | [Python](https://github.com/BrandonTang89/Competitive_Programming_4_Solutions/blob/main/Other_Tasks/CF1990_B_Array_Craft.py) |
1236+
| 54 | [CF1990_C_Mad_MAD_Sum](https://codeforces.com/contest/1990/problem/C) | [Python](https://github.com/BrandonTang89/Competitive_Programming_4_Solutions/blob/main/Other_Tasks/CF1990_C_Mad_MAD_Sum.py) |
1237+
| 55 | [CF1990_D_Grid_Puzzle](https://codeforces.com/contest/1990/problem/D) | [Python](https://github.com/BrandonTang89/Competitive_Programming_4_Solutions/blob/main/Other_Tasks/CF1990_D_Grid_Puzzle.py) |

0 commit comments

Comments
 (0)