Skip to content

Latest commit

 

History

History
79 lines (48 loc) · 2.38 KB

File metadata and controls

79 lines (48 loc) · 2.38 KB

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.

1.https://www.codechef.com

2.https://www.codechef.com/ide

3.INSTANT NOODLE

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

8.Turbo Sort
Problem     Solution

9.The smallest pair
Problem     Solution

10.Tyre
Problem     Solution

11.RED LIGHT GREEN LIGHT
Problem     Solution

12.Total Correct Solutions
Problem     Solution

13.Activity

14.Stack Without STL

15.Queue Without STL

16.Doubly Ended Queue Without STL

17.Cheat Sheet




Forms:

  1. CodeChef Usernames

  2. Backup Activity

Takeaway Notes + Resources (will be made available by 10 April, 2022)

Extras: https://www.codechef.com/problems/FLOW013

https://www.codechef.com/problems/RCBPLAY