Skip to content

Open-source release of the code used in Reverse Coding 2022.

Notifications You must be signed in to change notification settings

ACM-VIT/Reverse-Coding-2022-Solutions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ACM-HEADER

Reverse Coding 2022

Solutions for the Questions asked during Reverse Coding 2022.

made-by-acm license


This is the Open-Source release of the code used in Reverse Coding 2022. These questions were created while keeping the overwhelming number of Juniors who regsitered for the event in Mind.

Code for both rounds are available in their respective folders, with the names depicting the algorithm the question was designed for. Also Sample Testcases have been provided.

All our Code is written in C++, and follows the latest CPP Standards (C++20), and is formatted using clang-format. They are desinged such that any wrong input would notify the participant.


How To Run The Programs:

Clone the Repository
Link: https://github.com/ACM-VIT/Reverse-Coding-2022-Solutions

  • Step 1: Navigate to the required Round Folder. Then Run the Following Command. This Compiles the Code
   $ g++ <Code-File-Name>.cpp -o runCode
  • Step 2: Next Use this Code to Run The Program.
   $ ./runCode
  • Step 3: Put in your Input to Test the IO.
   $ <Put Your Input>

Run the program according to Constraints.

Authors

  1. Rehber Moin
  2. Aryaman Kolhe
  3. Jay Kaoshik
  4. Rishu Yadav

Contributors

  1. Gagan Malvi
  2. Harsh Avinash

Releases

No releases published

Packages

No packages published

Languages