0% found this document useful (0 votes)
67 views2 pages

Code Debugging Guidelines: How To Participate?

1) Participants must register through a provided link to participate in a code debugging competition hosted on GitHub. 2) Contestants will receive questions and debug code on the competition's GitHub repository, then commit and push their answers to their own repositories by the deadline. 3) Submissions will be evaluated based on the time submitted and number of lines of code altered, with fewer changes receiving more points up to a maximum of 10 and minimum of 5 per question.

Uploaded by

JoelJohn
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
67 views2 pages

Code Debugging Guidelines: How To Participate?

1) Participants must register through a provided link to participate in a code debugging competition hosted on GitHub. 2) Contestants will receive questions and debug code on the competition's GitHub repository, then commit and push their answers to their own repositories by the deadline. 3) Submissions will be evaluated based on the time submitted and number of lines of code altered, with fewer changes receiving more points up to a maximum of 10 and minimum of 5 per question.

Uploaded by

JoelJohn
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 2

CODE DEBUGGING GUIDELINES

How to participate?
1. Register at the link bit.ly/debugkhmwar.
2. Questions will be available at our GitHub repository
https://github.com/computerSocietyRit/Code-Debugging, and will be made public
when the event commences.
3. Clone our repository and start debugging. (NOTE: Do Not Fork our files)
4. After solving each question, commit and push your answers into your own
GitHub repositories (The time will be considered for score evaluation).
5. Create a separate folder named CodeDebuggingKHMWar, each file (your
answer script) should be names in the format <your-name>-<question-name-as-
provided>.<fileformat>
Eg. Rahul-Question1.cpp
6. Mail us your repository links at [email protected].

Rules and Regulations:


1. The following acts will lead to instant disqualification
● Not registering for the event through the link mentioned above.
● Submitting unoriginal answers.
2. The following acts will make your submissions invalid
● Changing the provided code script more than 50% (Line wise).
● You have to add comments at the end of each code script submission
denoting the changes made at each line. Failure to do so will result in that
particular submission becoming invalid.
● Participants will have 1 hour past the deadline to push their solution.
Although, they’ll have to commit prior to deadline. If we are unable to
obtain a submission past the 1 hour period, we’ll take the submission
before that, if no such submission is found, it’ll be marked as invalid.

Score evaluation:
1. Two factors influence the score of an individual, time of a valid submission and
the number of lines altered in the code.
2. The least number of line changes will get a maximum score of 10 points. Each
additional change will result in a -1 deduction up to 5 points. After which
additional changes will not have any deduction penalty. i.e. The maximum and
minimum points you can obtain from a successful submission is 10 points and 5
points respectively.
Disclaimer: The guidelines maybe altered if need be, participants will be notified via e-
mail if such circumstances occur. The decision of the judging panel will be final and no
grievances will be tolerated.

You might also like