Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Crack Coding Interview Pattern: Sliding Window 2024
Rating: 4.5 out of 5(1 rating)
19 students

Crack Coding Interview Pattern: Sliding Window 2024

Part of Series focused on solving 30 Sliding Window Pattern Problems asked on all Top Tech Coding Interviews
Created bySunil Mohan
Last updated 7/2024
English

What you'll learn

  • Solve Easy to Hard Difficulty problems using different data structures and algorithms
  • Breaking down the coding interview problems in a step by step, systematic manner and provided explanation, different approaches, pseudo code and python code
  • How to solve all possible types of problems asked by major tech companies that can be solved using Sliding window logic
  • Create logic building capability to solve coding interview problems efficiently

Course content

4 sections25 lectures3h 57m total length
  • Brute Force Approach7:16

    Explore brute force and sliding window approaches to compute averages of all contiguous subsets of size three in an input array, and implement the Python solution.

Requirements

  • Basic Knowledge of fundamental data structures and algorithms is preferred
  • Basic Knowledge of python is preferred
  • If you want to code yourself, you should be familiar with leetcode and or jupyter notebook or any python ide

Description

It's usually difficult to start preparing for coding interviews immediately with limited knowledge of Data Structures and Algorithms. Through grinding on leetcode for FAANG interviews, candidates have started decoding the patterns behind the questions which instantaneously directs them to apply the most efficient logic interviewer is testing us on. Understanding the interview questions based on the patterns and practicing problems having the same patterns helps prepare for interviews faster, with less effort, more confidence, with less chance of forgetting and/or getting confused during the interviews. Interviewers usually test us on multiple patterns of coding interviews. This course covers one type of pattern where we discuss most types of problems that can be solved using sliding window. It’s a very common pattern asked in interview questions. The plan is to create a series of such courses which will cover all the patterns asked in the interview. Completing this course will strong foundation for sliding window. I have tried to make this course brief and have divided the course to 4 hours of video lectures and 4 hours of self-practice assignments, since there are quite a few patterns and candidate may not want to dedicate all time to learning just one pattern.

Who this course is for:

  • Getting ready for your software engineering coding interview? This is the place for you.
  • This Sliding Window Series is one part of Series of Solving Coding Interview Questions. This covers all sliding window and discusses some alternative approaches
  • Python knowledge is not mandatory, Course discusses logic to solve, pseudo code and python code, students can try coding in any language of their choice while referring to this course
  • Want to get better at coding interviews?
  • Strengthen your competitive programming muscles