Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Competitive programming basics for beginners using C++
Rating: 4.4 out of 5(88 ratings)
4,982 students

Competitive programming basics for beginners using C++

Lets start with competitive programming. Learn and implement optimized and efficient codes.
Created byShivam Nikam
Last updated 4/2022
English

What you'll learn

  • Basic competitive programming concepts
  • Important algorithms with time complexity
  • Coding tips and shortcuts
  • Coding implementation of all basic concepts
  • C++ Standard Template Library

Course content

10 sections15 lectures1h 11m total length
  • Course content1:53

Requirements

  • Beginner level C++ knowledge
  • Any C++ compiler
  • Competitive programming aspirants

Description

Competitive programming is the art of solving problems. It is a kind of brain exercise and every programmer takes an effort to ace the competitive programming competitions. In these competitions, what matters actually is the space or memory and the time that the code takes. The best solution is always the one in which both are efficient.

If you are the one who is an aspiring pro coder, the command of basics is all that matters.

This is the course made for complete beginners in C++ programming and covers all the basic concepts such as time complexity analysis, important algorithms such as Kadanes Algorithm and Sieve of Eratosthenes Algorithm, C++ Standard Template Library, and Recursion.

In each video tutorial, I will explain one concept and solve an example related to it i.e. implement code for the given problem with an explanation of each step. For every solution, I will discuss the possible recursive approaches and optimized approaches with smaller time complexities.

By the end of this course, a learner will be able to solve easy to medium-level problems on competitive coding websites such as Codechef and Codeforces. So, put yourself on the track to learning something productive and beneficial.

Enjoy the learning !!

Who this course is for:

  • C++ beginner level coders curious about competitive programming