Skip to content

Commit 4990708

Browse files
committed
Updated README.md
1 parent 3aefcc1 commit 4990708

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1275,3 +1275,7 @@ Python code usually requires Python 3.8 to work.
12751275
| 93 | [CF2031_E_Penchick_and_Chloe_s_Trees](https://codeforces.com/contest/2031/problem/E) | [C++](https://github.com/BrandonTang89/Competitive_Programming_4_Solutions/blob/main/Other_Tasks/CF2031_E_Penchick_and_Chloe_s_Trees.cpp) |
12761276
| 94 | [CF2036_E_Reverse_the_Rivers](https://codeforces.com/contest/2036/problem/E) | [Python](https://github.com/BrandonTang89/Competitive_Programming_4_Solutions/blob/main/Other_Tasks/CF2036_E_Reverse_the_Rivers.py) |
12771277
| 95 | [CF2036_F_XORificator_3000](https://codeforces.com/contest/2036/problem/F) | [Python](https://github.com/BrandonTang89/Competitive_Programming_4_Solutions/blob/main/Other_Tasks/CF2036_F_XORificator_3000.py) |
1278+
| 96 | [CF2056_A_Shape_Perimeter](https://codeforces.com/contest/2056/problem/A) | [Python](https://github.com/BrandonTang89/Competitive_Programming_4_Solutions/blob/main/Other_Tasks/CF2056_A_Shape_Perimeter.py) |
1279+
| 97 | [CF2056_B_Find_the_Permutation](https://codeforces.com/contest/2056/problem/B) | [Python](https://github.com/BrandonTang89/Competitive_Programming_4_Solutions/blob/main/Other_Tasks/CF2056_B_Find_the_Permutation.py) |
1280+
| 98 | [CF2056_C_Palindromic_Subsequences](https://codeforces.com/contest/2056/problem/C) | [Python](https://github.com/BrandonTang89/Competitive_Programming_4_Solutions/blob/main/Other_Tasks/CF2056_C_Palindromic_Subsequences.py) |
1281+
| 99 | [CF2056_D_Unique_Median](https://codeforces.com/contest/2056/problem/D) | [C++](https://github.com/BrandonTang89/Competitive_Programming_4_Solutions/blob/main/Other_Tasks/CF2056_D_Unique_Median.cpp) |

0 commit comments

Comments
 (0)