Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
50 days of LEETCODE in C++:MAANG Algorithms Coding Interview
Rating: 4.8 out of 5(20 ratings)
238 students

50 days of LEETCODE in C++:MAANG Algorithms Coding Interview

Practice data structure and algorithms questions for interviews at MAANG companies like Google, Facebook, Apple & Amazon
Last updated 11/2024
English

What you'll learn

  • Solve Easy to Hard Difficulty problems using different data structures and algorithms
  • How to solve some of the most popular interview questions asked by major tech companies
  • Breaking down the coding interview problems in a step by step, systematic manner
  • Popular problems patterns
  • Algorithms and data structures
  • Strengthen your problem solving and programming skills

Course content

49 sections218 lectures23h 1m total length
  • Introduction to the problem10:42

    We examine the container with the most water problem by treating the array as vertical lines and picking two walls to maximize area. Area equals width times the minimum height.

  • Brute force solution intuition6:15
  • Pseudocode walkthrough7:36
  • Better Approach intuition10:34

    Apply the two-pointer technique to optimize the container with the most water problem, moving the pointer at the smaller wall to maximize area and reduce time complexity.

  • Approach 2 Pseudocode walkthrough8:16
  • Implementing the code2:47

    Implement a two-pointer solution in C++ to maximize the container area by updating max area with min(height[L], height[R])*(R-L) and moving the smaller height pointer until left and right pointers meet.

Requirements

  • Basic Knowledge of fundamental data structures and algorithms is preferred
  • Basic Knowledge of c++ is preferred
  • If you want to submit the code yourself, you should be familiar with leetcode and have an account

Description

  • Want to master popular problem-solving techniques, data structures, and algorithms that interviewers love? Dive right in!

  • Crave step-by-step explanations for the industry's hottest interview questions? We've got you covered.

  • Looking to up your game in competitive programming? Buckle up for a thrilling journey!


Welcome to the course!

In this course, you'll have a detailed, step by step explanation of hand-picked LeetCode questions where you'll learn about the most popular techniques and problems used in the coding interview, This is the course I wish I had when I was doing my interviews. and it comes with a 30-day money-back guarantee


What is LeetCode?

LeetCode is essentially a huge repository of real interview questions asked by the most popular tech companies ( Google, Amazon, Facebook, Microsoft, and more ).

The problem with LeetCode is also its advantage, IT'S HUGE, so huge in fact that interviewers from the most popular companies often directly ask questions they find on LeetCode, So it's hard to navigate through the huge amount of problems to find those that really matter, this is what this course is for.

I spent countless hours on LeetCode and I'm telling you that you don't have to do the same and still be able to get a job at a major tech company.

Course overview :

In this course, I compiled the most important and the most popular interview questions asked by these major companies and I explain them, in a true STEP BY STEP fashion to help you understand exactly how to solve these types of questions.

The problems are handpicked to ensure complete coverage of the most popular techniques, data structures, and algorithms used in interviews so you can generalise the patterns you learn here on other problems.


Each problem gets multiple videos :

  • Explanation and intuition video(s): we do a detailed explanation of the problems and its solution, this video will be longer because we will do a step by step explanation for the problems.

  • Coding video(s): where we code the solution discussed in the explanation video together.

  • Walkthrough video(s): where we go over each line of code and see what it does


We will use basic c++ for this course to code our solutions, previous knowledge in c++ is preferred but NOT required for the coding part of the course.


The problems are categorised for easier navigation and will be regularly updated with more popular and interesting problems.


Some of the stuff this course will cover are :


  • Arrays and Strings interview questions.


  • Searching interview questions and algorithms.


  • Dynamic Programming interview questions.


  • Backtracking interview questions (  With step by step visualisation ).


  • Trees and Graphs interview questions and algorithms.


  • Data structures Like Stacks, Queues, Maps, Linked Lists, and more.


In other words, this course is your one-stop-shop for your dream job.



Who this course is for:

  • Developers eager to pass the coding interview at huge companies like Google, Facebook, Microsoft, Amazon, etc.
  • People who want to develop their problem solving skills.
  • Developers getting ready for their technical interviews.
  • Students getting ready for their internship coding interviews.
  • People who want to get better at competitive coding