Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/opencodeiiita/code-digger-2023

The Competitive Programming repository at OpenCode
https://github.com/opencodeiiita/code-digger-2023

competative-programming dsa-algorithm opencode23

Last synced: 4 days ago
JSON representation

The Competitive Programming repository at OpenCode

Awesome Lists containing this project

README

        

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

  • Do not make PR which is not related to any issues. You can create an issue and solve it once we approve them.

  • Be polite: Be polite to other community members.

  • 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.

  • Each issue should be resolved by either modifying or appending some lines of code.

  • Mention the line number along with the Pull Request and further give suitable explanation.

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