From 62cbb4139e86a5cf11bcfc7412cf0eb0005c6f8d Mon Sep 17 00:00:00 2001 From: ShazidMahsrafi Date: Thu, 8 Jun 2023 01:28:40 +0600 Subject: [PATCH] added links --- Readme.md | 38 +++++++++++++++++++------------------- 1 file changed, 19 insertions(+), 19 deletions(-) diff --git a/Readme.md b/Readme.md index 95ef4b4..6b1a279 100644 --- a/Readme.md +++ b/Readme.md @@ -12,28 +12,28 @@ Feel free to check these codes out. | Problem ID| Problem Name | Question | Solution | | ----------| ---------------|----------------------|--------------------------------| -| 1A | Theater Square | [Question](https://codeforces.com/contest/1/problem/A) | [Solution]() -| 4A | Watermelon | [Question](https://codeforces.com/contest/4/problem/A) | [Solution]() -| 50A | Domino Piling | [Question](https://codeforces.com/contest/50/problem/A) | [Solution]() -| 71A | Way Too Long Words | [Question](https://codeforces.com/contest/71/problem/A) | [Solution]() +| 1A | Theater Square | [Question](https://codeforces.com/contest/1/problem/A) | [Solution](https://github.com/ShazidMashrafi/Codeforces-Solutions/blob/master/1A%20Theater%20Square/1A.cpp) +| 4A | Watermelon | [Question](https://codeforces.com/contest/4/problem/A) | [Solution](https://github.com/ShazidMashrafi/Codeforces-Solutions/blob/master/4A%20Watermelon/4A.cpp) +| 50A | Domino Piling | [Question](https://codeforces.com/contest/50/problem/A) | [Solution](https://github.com/ShazidMashrafi/Codeforces-Solutions/blob/master/50A%20DominoPiling/50A.cpp) +| 71A | Way Too Long Words | [Question](https://codeforces.com/contest/71/problem/A) | [Solution](https://github.com/ShazidMashrafi/Codeforces-Solutions/blob/master/71A%20Way%20Too%20Long%20Words/71A.cpp) | 112A | Petya And Strings | [Question](https://codeforces.com/contest/112/problem/A) | [Solution](https://github.com/ShazidMashrafi/Codeforces-Solutions/blob/master/112A%20Petya%20And%20Strings/112A.cpp) | 158A | Next Round | [Question](https://codeforces.com/contest/158/problem/A) | [Solution](https://github.com/ShazidMashrafi/Codeforces-Solutions/blob/master/158A%20Next%20Round/158A.cpp) -| 231A | Team | [Question](https://codeforces.com/contest/231/problem/A) | [Solution]() -| 236A | Boy Or Girl | [Question](https://codeforces.com/contest/236/problem/A) | [Solution]() -| 263A | Beautiful Matrix | [Question](https://codeforces.com/contest/263/problem/A) | [Solution]() -| 281A | Word Capitalization | [Question](https://codeforces.com/contest/281/problem/A) | [Solution]() -| 282A | Bit++ | [Question](https://codeforces.com/contest/282/problem/A) | [Solution]() -| 411A | Password Check | [Question](https://codeforces.com/problemset/problem/411/A) | [Solution]() -| 339A | Helpful Maths | [Question](https://codeforces.com/contest/339/problem/A) | [Solution]() -| 546A | Soldier and Bananas | [Question](https://codeforces.com/contest/546/problem/A) | [Solution] () -| 617A | Elephant | [Question](https://codeforces.com/contest/617/problem/A) | [Solution]() -| 791A | Bear And Big Brother | [Question](https://codeforces.com/contest/791/problem/A) | [Solution]() -| 977A | Wrong Substraction | [Question](https://codeforces.com/problemset/problem/977/A) | [SOlution]() +| 231A | Team | [Question](https://codeforces.com/contest/231/problem/A) | [Solution](https://github.com/ShazidMashrafi/Codeforces-Solutions/blob/master/231A%20Team/231A.cpp) +| 236A | Boy Or Girl | [Question](https://codeforces.com/contest/236/problem/A) | [Solution](https://github.com/ShazidMashrafi/Codeforces-Solutions/blob/master/236A%20Boy%20Or%20Girl/236A.cpp) +| 263A | Beautiful Matrix | [Question](https://codeforces.com/contest/263/problem/A) | [Solution](https://github.com/ShazidMashrafi/Codeforces-Solutions/tree/master/263A%20Beautiful%20Matrix) +| 281A | Word Capitalization | [Question](https://codeforces.com/contest/281/problem/A) | [Solution](https://github.com/ShazidMashrafi/Codeforces-Solutions/blob/master/281A%20Word%20Capitalization/281A.cpp) +| 282A | Bit++ | [Question](https://codeforces.com/contest/282/problem/A) | [Solution](https://github.com/ShazidMashrafi/Codeforces-Solutions/blob/master/282A%20Bit%2B%2B/282A.cpp) +| 411A | Password Check | [Question](https://codeforces.com/problemset/problem/411/A) | [Solution](https://github.com/ShazidMashrafi/Codeforces-Solutions/blob/master/411A%20Password%20Check/411A.cpp) +| 339A | Helpful Maths | [Question](https://codeforces.com/contest/339/problem/A) | [Solution](https://github.com/ShazidMashrafi/Codeforces-Solutions/blob/master/339A%20Helpful%20Maths/339A.cpp) +| 546A | Soldier and Bananas | [Question](https://codeforces.com/contest/546/problem/A) | [Solution](https://github.com/ShazidMashrafi/Codeforces-Solutions/blob/master/546A%20Soldier%20and%20Bananas/546A.cpp) +| 617A | Elephant | [Question](https://codeforces.com/contest/617/problem/A) | [Solution](https://github.com/ShazidMashrafi/Codeforces-Solutions/blob/master/617A%20Elephant/617A.cpp) +| 791A | Bear And Big Brother | [Question](https://codeforces.com/contest/791/problem/A) | [Solution](https://github.com/ShazidMashrafi/Codeforces-Solutions/blob/master/791A%20Bear%20And%20Big%20Brother/791A.cpp) +| 977A | Wrong Substraction | [Question](https://codeforces.com/problemset/problem/977/A) | [SOlution](https://github.com/ShazidMashrafi/Codeforces-Solutions/blob/master/977A%20Wrong%20Substraction/977A.cpp) | 1792A | Gaming Forces | [Question](https://codeforces.com/problemset/problem/1792/A) | [Solution](https://github.com/ShazidMashrafi/Codeforces-Solutions/blob/master/1792A%20Gaming%20Forces/1792A.cpp) -| 1822A | TubeTube Feed | [Question](https://codeforces.com/problemset/problem/1822/A) | [Solution](https://github.com/ShazidMashrafi/Codeforces-Solutions/blob/master/1822%20A%20TubeTube%20Feed/1822A.cpp) -| 1829A | Love Story | [Question](https://codeforces.com/contest/1829/problem/A) | [Solution] () -| 1829B | Blank Spaces | [Question](https://codeforces.com/contest/1829/problem/B) | [Solution]() -| 1833C | Vlad Building Beautiful Array | [Question](https://codeforces.com/contest/1833/problem/C) | [Solution]() +| 1822A | TubeTube Feed | [Question](https://codeforces.com/problemset/problem/1822/A) | [Solution](https://github.com/ShazidMashrafi/Codeforces-Solutions/blob/master/1822A%20TubeTube%20Feed/1822A.cpp) +| 1829A | Love Story | [Question](https://codeforces.com/contest/1829/problem/A) | [Solution](https://github.com/ShazidMashrafi/Codeforces-Solutions/tree/master/1829A%20Love%20Story) +| 1829B | Blank Spaces | [Question](https://codeforces.com/contest/1829/problem/B) | [Solution](https://github.com/ShazidMashrafi/Codeforces-Solutions/blob/master/1829B%20Blank%20Spaces/1829B.cpp) +| 1833C | Vlad Building Beautiful Array | [Question](https://codeforces.com/contest/1833/problem/C) | [Solution](https://github.com/ShazidMashrafi/Codeforces-Solutions/blob/master/1833C%20Vlad%20Building%20Beautiful%20Array/1833C.cpp)