Skip to content

abhishekwizardo/CodeQuest26

Β 
Β 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

10 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

CodeQuest - Debugging Round

Welcome to the Debugging Round of the competition!

πŸ† Round Overview

  • Participating Teams: 20 Teams
  • Advancing to Finals: 6 Teams
  • Format: Each team will be provided with 5 buggy implementations of Data Structures and Algorithms problems.
  • Languages Supported: C++, Java, Python.

πŸ“œ Rules & Scoring

  1. Objective Bugs: Every single code file contains exactly 5 logical or syntax bugs. Formatting and spacing are not considered bugs (except for strict Python indentation).
  2. Scoring System:
    • 1 mark awarded for every successfully identified and fixed bug.
    • Maximum score per file is 5/5.
    • Total maximum score is 25/25.
  3. Modifications: Teams must debug and fix the existing code. You are not allowed to completely rewrite the logic from scratch. The core approach must remain the same.
  4. No Hints: All comments, problem descriptions, and hints have been stripped from the source code. You must figure out what the code is attempting to do and fix it purely by reading the logic.

πŸ‘¨β€πŸ’» Instructions for Teams

  1. Navigate to the folder of your preferred programming language (CPP/, JAVA/, or PYTHON/).
  2. Open the 5 source code files.
  3. Debug the code and apply your fixes.
  4. Submit your corrected files before the time limit expires.

Good luck! May the best 10 teams advance to the Finals!

About

Abhishekdas8002 repo Fork

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Java 40.0%
  • C++ 35.9%
  • Python 24.1%