From bfeb185d6b310283244331d603c2cefbc2c0bd73 Mon Sep 17 00:00:00 2001 From: prateek2105 <138352581+prateek2105@users.noreply.github.com> Date: Sun, 15 Dec 2024 19:21:23 +0530 Subject: [PATCH] Add files via upload --- README.md | 55 ++++++++++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 54 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 563c735..5e0caa4 100644 --- a/README.md +++ b/README.md @@ -1 +1,54 @@ -# CodeDigger \ No newline at end of file +# Code-Digger + +## About + +Loading ... Compilation error. Oh! I didn't declare that variable x. _corrected_
+_Compile_ Now.. Loading ... Runtime error. Wtf! ... Oh! The array size is 1000 and I entered 100. _corrected_
+_Compile_ Loading ... Wrong Answer. In sample test case itself?!? Ohhh !! I forgot to update flag value. _corrected_
+_Compile_ Loading ... Sample test cases passed. _Cross check with extra cases generated on your own, gives AC._
+_Taking a deep breath and clicking SUBMIT_ ... Time Limit Exceeded. Damn! + +Few hours later + +_Taking a deep breath and clicking SUBMIT_ ... Wrong Answer. + +"Debugging is like being the detective in a crime movie where you are also the murdurer" - Filipe Fortes + +Pretty much true, isnt it?! This opencode, its not going to be like that. You won't be asked to murder and then, solve the crime. Instead we are helping this opencode. We will do the murder for you and give an oppurtunity for you to become Sherlock Holmes. +
And you are rewarded points for that!!
+ +## Guidelines + +Whoever wishes to participate in this project must follow these guidelines: + + + +## How to contribute + +- Fork and clone the repository +- Firstly add you details in Coder.json file in the Data file +- Then Read the problem and try to Complete the Task as given in its _problem.md_. +- Edit, commit and push the changes in Submission folder of respective Task. +- Create the PR according to the format mentioned in the pull_request_template.md in the .github folder. + +## How to Communicate for help! + +If you have difficulty approaching the issue, feel free to ask on the OpenCode discord channel. We will be happy to help you out! +[Discord Link](https://discord.gg/D9999YTkS8) + +## Learning + +If you are a beginner and want to get started on your competitive programming journey, then you can check out this [article by Sumit Kumar Sahu](https://medium.com/nybles/how-to-start-with-competitive-programming-f5ab41263aee) for guidance. + +For some more resources and guidance, you can also read these articles written by our respected senior to become good in competitive programming [article by Our Senior](https://medium.com/nybles/tagged/competitive-programming). + +## Note + +Happy Code Digging ! :)