From a18b9707fcf38acf89e56acd57e65c07eed44db9 Mon Sep 17 00:00:00 2001 From: ShazidMahsrafi Date: Wed, 7 Jun 2023 20:14:02 +0600 Subject: [PATCH] added readme --- Readme.md | 39 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 Readme.md diff --git a/Readme.md b/Readme.md new file mode 100644 index 0000000..4b192e9 --- /dev/null +++ b/Readme.md @@ -0,0 +1,39 @@ +
+ +# Codeforces Solutions +
+ +This repository contains my source codes of LightOJ problems. They are in C language. +Feel free to check these codes out. + +
+ +## Index + +| Problem | Question | Solution | +| --------------| -----------------------------------|-----------------------------------------------| +| 1A-Theater Square | [Question]() | [Solution]() +| 4A-Watermelon | [Question]() | [Solution]() +| 50A-DominoPiling | [Question]() | [Solution]() +| 71A-WayTooLongWords | [Question]() | [Solution]() +| 112A-PetyaAndStrings | [Question]() | [Solution]() +| 158A-NextRound | [Question]() | [Solution]() +| 231A-Team | [Question]() | [Solution]() +| 236A-BoyOrGirl | [Question]() | [Solution]() +| 263A-BeautifulMatrix | [Question]() | [Solution]() +| 281A-WordCapitalization | [Question]() | [Solution]() +| 282A-Bit++ | [Question]() | [Solution]() +| 339A-HelpfulMaths | [Question]() | [Solution]() +| 617A-Elephant | [Question]() | [Solution]() +| 791A-BearAndBigBrother | [Question]() | [Solution]() +| 1833C-VladBuildingBeautifulArray | [Question]() | [Solution]() + + +
+ +## 🚀 About Me +
+ +I am Computer Scienece 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/shazid456). +Want to know more about me? Visit [My website](https://shazidmashrafi.com). \ No newline at end of file