It is a Mentorship program for First-Year students.
- This is six week course.
- Every week there are 4 classes and one test based on the topics we have covered.
- We provide study material and questions to practice.
- Study material should consist of both video and readable documents.
- There will be 4 questions to solve everyday.
- Day 1: Introduction
- Day 2: Operators
- Day 3: Conditional Statements
- Day 4: Loops
- Day 1: Time Complexity
- Day 2: Array 1
- Day 3: Array 2
- Day 4: String
- Day 1: Sieve
- Day 2: Binary Search
- Day 3: Hashing
- Day 4: Bit Manipulation
- Day 1: Sorting
- Day 2: Recursion 1
- Day 3: Recursion 2
- Day 4: Two pointers
- Day 1: Stack & Queue
- Day 2: Map & Set
- Day 3: Dfs
- Day 4: Bfs
- Day 1: Linked List
- Day 2: Binary Tree
- Day 4: Dynamic programming 1
- Day 3: Dynamic programming 2
- Read the Material.
- Solve the problems.
- Create a pull request in which you have to add your solution to a problem into the respective folder of your name.
- Let suppose, you solve a problem No. x from day-y of week-z then you have to create a x.cpp file inside your name folder under day-y of week-z.