From 7fcc19213716f87a037c2e959133a800c72c1db1 Mon Sep 17 00:00:00 2001 From: ShazidMahsrafi Date: Fri, 23 Jun 2023 14:35:12 +0600 Subject: [PATCH] added 1843A --- Readme.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Readme.md b/Readme.md index ca781e4..80fbb16 100644 --- a/Readme.md +++ b/Readme.md @@ -1,7 +1,4 @@ -
- # Codeforces Solutions -
This repository contains my source codes of Codeforces problems. They are in C++ language. Feel free to check these codes out. @@ -43,12 +40,13 @@ Feel free to check these codes out. | 1829C | Mr. Perfectly Fine | [Question](https://codeforces.com/problemset/problem/1829/C) | [Solution](https://github.com/ShazidMashrafi/Codeforces-Solutions/blob/master/1829C%20Mr.%20Perfectly%20Fine/1829C.cpp) | 1829D | Gold Rush | [Question](https://codeforces.com/problemset/problem/1829/D) | [Solution](https://github.com/ShazidMashrafi/Codeforces-Solutions/blob/master/1829D%20Gold%20Rush/1829D.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) +| 1843A | Sasha and Array Coloring | [Question](https://codeforces.com/contest/1843/problem/A) | [Solution](https://github.com/ShazidMashrafi/Codeforces-Solutions/blob/master/1843A%20Sasha%20and%20Array%20Coloring/1843A.cpp)
+ ## 🚀 About Me - I am Computer Science and Engineering student, working my way on the programming world. Here is my [Github account](https://github.com/ShazidMashrafi) & my [Codeforces account ](https://codeforces.com/profile/shazid456).