This repository contains solutions to weekly assignment questions for the Competitive Programming course.
The repository is organized into three folders, each corresponding to a week's assignments:
Each folder contains the solutions to the respective week's assignment questions.
You can find the assignment questions here.
Each week's folder is structured as follows:
WeekX
wx_q2.cpp
wx_q4.cpp
- ...
The first week's solutions' are written in java.
- Navigate to the folder for the desired week.
- Open the solution file for the question you are interested in.
If you are looking for the solution to the first question of Week 2:
week2/w2_q1.cpp