An innovative, intuitive and logic based competitive programming contest where the questions are mainly based on logical thinking and a few applications of algorithms/mathematics/data structures. The output file(executable file)(a.out) and the input format will be given. The participants have to figure out the logic in the reverse way by trying various outputs from given file and after figuring out the logic, they will have to write an efficient algorithm to pass all the test cases.
You can visit this link for the executable files: https://github.com/anirudhkannanvp/HACKERRANK-REVERSE-CODING-
After downloading the executable files, you might have to change the executable permissions to execute the files. You can use the following command: chmod +x filename
Prizes worth 3k
Top three onsite IIITS participants are eligible for claiming prizes.
The contestants will be given the executable file and the input format will be given for each question. The participants will have to try various inputs on their own and figure out the logic behind the question. After figuring out the logic, the contestants will have to type an efficient code as to pass all the test cases. Contestants will be placed on the leaderboard based on the time of submission, correctness and efficiency of the solutions.