Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
prateek2105 authored Dec 15, 2024
1 parent 0cd2fff commit bfeb185
Showing 1 changed file with 54 additions and 1 deletion.
55 changes: 54 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,54 @@
# CodeDigger
# Code-Digger

## About

Loading ... <b>Compilation error</b>. Oh! I didn't declare that variable x. _corrected_ </br>
_Compile_ Now.. Loading ... <b>Runtime error</b>. Wtf! ... Oh! The array size is 1000 and I entered 100. _corrected_ </br>
_Compile_ Loading ... <b>Wrong Answer</b>. In sample test case itself?!? Ohhh !! I forgot to update flag value. _corrected_ </br>
_Compile_ Loading ... <b>Sample test cases passed</b>. _Cross check with extra cases generated on your own, gives AC._ </br>
_Taking a deep breath and clicking SUBMIT_ ... <b>Time Limit Exceeded</b>. Damn!

Few hours later

_Taking a deep breath and clicking SUBMIT_ ... <b>Wrong Answer</b>.

"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.
</br>And you are rewarded points for that!!</br>

## Guidelines

Whoever wishes to participate in this project must follow these guidelines:

<ul>

<li>Do not make PR which is not related to any issues. You can create an issue and solve it once we approve them.</li>
<li>Be polite: Be polite to other community members.</li>
<li>Communicate: Whether you are working on a new correction or facing a doubt please feel free to ask us on our discord channel(specifically #CodeTrouble). We will be happy to help you out.</li>
<li>Each issue should be resolved by either modifying or appending some lines of code.</li>
<li>Mention the line number along with the Pull Request and further give suitable explanation. </li>
</ul>

## How to contribute

- Fork and clone the repository</li>
- Firstly add you details in Coder.json file in the Data file</li>
- Then Read the problem and try to Complete the Task as given in its _problem.md_.</li>
- Edit, commit and push the changes in Submission folder of respective Task.</li>
- Create the PR according to the format mentioned in the pull_request_template.md in the .github folder.</li>

## 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 ! :)

0 comments on commit bfeb185

Please sign in to comment.