Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Lifetime Course for Competitive Programming in C++ (2022)
Rating: 4.1 out of 5(31 ratings)
3,905 students

Lifetime Course for Competitive Programming in C++ (2022)

This is an introductory level course which will teach the basics of problem solving and the concepts revolving it.
Created byRohith Boppey
Last updated 5/2022
English

What you'll learn

  • What are the basic tools needed to learn and practice competitive programming?
  • How to excel in Competitive programming? Using Leetcode, CodeForces, etc.
  • How to use STL such as vectors, pairs, etc.
  • Practice problems based on Data Structures and Algorithms and also Algorithmic approach based problems.

Course content

3 sections14 lectures1h 53m total length
  • Introduction0:18
  • What is a Template and Why is it needed?3:13

    A template is a code which is same for all the programs you will write in that language. Here in C++.  we will be having the

    #include<> statements

    and also

    int main(void) {

    }

    etc.

    So why not make a template for that?

    That's where Sublime Text comes handy. Here we can make our own custom templates, triggers, etc. I am attaching my own template for reference. Cheers!

Requirements

  • Must know basic syntax of C++, and STL is optional, but highly recommended.

Description

This is an introductory level course which will teach the basics of problem solving and the concepts revolving it. The videos, problems, etc. will be updated very frequently. All the important topics required such as STL which includes topics such as Vectors, Pairs, HashMap, etc. are involved in this course. Don't worry if you are new to coding, YOU have come to the right place. Every problem we solve, increases your critical thinking skills, problem solving skills and also more understanding about trying different approaches to solve a certain problem whilst keeping the provided constraints in mind.


  • An explained pseudocode which has the brief objective and our approach to solve the problem.

  • The code I have written previously as well as the live code we have written.

  • An full in-depth explanatory video which has the proper explanation to each and every line of code written and also the revolving concepts, other approaches to solve, mistakes many students commit, etc.

  • Other materials to refer to obtain more information, other solved problems on it, etc.


We know coding is no joke when it comes to contests, so I'll take the duty to make you contest ready and also solve problems in multiple ways.

No better sutra to learn coding, apart from practicing it. And I'll provide you exactly with that. Let's learn to code together. Welcome on-board!

Who this course is for:

  • Beginner coder who has just started to learn to code and is enthusiastic to learn competitive coding, and improve problem solving skills.