This is a “follow along document” for all the participants
Follow this document during the workshop, refer to this link - https://tanmayhinge.github.io/competitive-programming-workshop/ after the workshop.
2.https://www.codechef.com/ide
4.Template
#include<bits/stdc++.h>
using namespace std;
int main(){
int t;
cin>>t;
while(t--){
}
return 0;
}
5.Fill the Bucket
Problem Solution
6.Pass or Fail
Problem Solution
7.Highest Divisor
Problem Solution
9.The smallest pair
Problem Solution
11.RED LIGHT GREEN LIGHT
Problem Solution
12.Total Correct Solutions
Problem Solution
13.Activity
16.Doubly Ended Queue Without STL
17.Cheat Sheet
Forms:
-
Backup Activity
Takeaway Notes + Resources (will be made available by 10 April, 2022)