Jump to content
YOUR-AD-HERE
HOSTING
TOOLS
SERVICE

Locked Pinned Basics of competitive programming in C++ for beginners


itsMe

Recommended Posts

This is the hidden content, please

Let’s begin with programming competitions. Learn how to write code that is both optimized and efficient, and then put it into practice.

What you’ll learn

    The fundamentals of competitive programming
    Important time-consuming algorithms
    Shortcuts and coding hints
    Implementation of all essential ideas in coding.
    The C++ Standard Template Library is a collection of C++ templates.

Requirements

    C++ skills at a beginner’s level
    Aspirants to the competitive program

Description

The skill of problem-solving is known as competitive programming. It’s a kind of mental workout, and every coder strives to win competitive programming tournaments. What counts most in these contests is the amount of space or memory used by the code, as well as the time it takes to execute it. The optimal option is always the one that is efficient for both parties.

If you want to be a professional programmer, your grasp of the fundamentals is all that counts.

This course is for people who have never programmed in C++ before. It goes over all the basic concepts, such as time complexity analysis, important algorithms like the Kadanes Algorithm and the Eratosthenes Sieve Algorithm, the C++ Standard Template Library, and recursion.

I’ll teach one topic and solve an example connected to it in each video lesson, i.e., construct code for the provided issue with an explanation of each step. I’ll go through recursive techniques as well as optimized ones with lower time complexity.

A student will be able to answer simple to medium-level issues on competitive coding websites like Codechef and Codeforces at the conclusion of this course. Put yourself on the path to learning something useful and valuable.

Have a good time learning!!

Who this course is for:

    Beginner C++ programmers interested in competitive programming

This is the hidden content, please

This is the hidden content, please

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.