Contains Duplicate II (Sliding Window) -(Airbnb, Palantir Technologies): Explanation ➕ Live Coding

Subscribers:
92,300
Published on ● Video Link: https://www.youtube.com/watch?v=AyiGBwFlMb8



Category:
Vlog
Duration: 16:17
313 views
19


This is our 6th Video on Sliding Window Playlist.
In this video we will try to solve "Contains Duplicate II " using Sliding Window Technique

We will do live coding after explanation and see if we are able to pass all the test cases.

Problem Name : Contains Duplicate II
Company Tags : Airbnb, Palantir Technologies
My solutions on Github : https://github.com/MAZHARMIK/Interview_DS_Algo/blob/master/Sliding%20Window/Contains%20Duplicate%20II.cpp
Leetcode Link : https://leetcode.com/problems/contains-duplicate-ii/


My GitHub Repo for interview preparation : https://github.com/MAZHARMIK/Interview_DS_Algo
Subscribe to my channel : https://www.youtube.com/channel/UCaw58edcO3ZqMw76Bvs0kGQ



╔═╦╗╔╦╗╔═╦═╦╦╦╦╗╔═╗
║╚╣║║║╚╣╚╣╔╣╔╣║╚╣═╣
╠╗║╚╝║║╠╗║╚╣║║║║║═╣
╚═╩══╩═╩═╩═╩╝╚╩═╩═╝

#coding #helpajobseeker #easyrecipes
#interviewpreparation #interview_ds_algo #hinglish




Other Videos By codestorywithMIK


2022-11-01Where Will the Ball Fall -(Amazon) : Explanation ➕ Live Coding
2022-10-31Toeplitz Matrix -(Google, Meta, Apple) : Explanation ➕ Live Coding
2022-10-30Shortest Path in a Grid with Obstacles Elimination -(Google) : Explanation ➕ Live Coding
2022-10-29Earliest Possible Day of Full Bloom(Google, Amazon, Microsoft, Adobe):Explanation ➕ Live Coding
2022-10-28“Group Anagrams” - (Google, Apple, Amazon, Microsoft and many more). Link In Description
2022-10-27Image Overlap -(Google) : Explanation ➕ Live Coding
2022-10-25Continuous Subarray Sum -(Amazon, Meta, Paytm): Explanation ➕ Live Coding
2022-10-24Check If Two String Arrays are Equivalent -(Goldman Sachs): Explanation ➕ Live Coding
2022-10-24Maximum Length of a Concatenated String with Unique Characters -(Amazon): Explanation ➕ Live Coding
2022-10-22Set Mismatch (Better Technique) -(Amazon): Explanation ➕ Live Coding
2022-10-22Contains Duplicate II (Sliding Window) -(Airbnb, Palantir Technologies): Explanation ➕ Live Coding
2022-10-21Minimum Window Substring -(Google, Amazon, MakeMyTrip, Microsoft): Explanation ➕ Live Coding 🧑🏻‍💻
2022-10-20Contains Duplicate II -(Airbnb, Palantir Technologies): Explanation ➕ Live Coding 🧑🏻‍💻
2022-10-19Integer to Roman -(Amazon, Facebook, Microsoft, Twitter, Apple, Google..): Explanation ➕ Live Coding
2022-10-18Top K Frequent Words -(Amazon, Bloomberg, Uber, Microsoft, Adobe...): Explanation ➕ Live Coding
2022-10-17Count and Say -(Zoho, Amazon, Microsoft, Facebook, Google(3 years ago)): Explanation ➕ Live Coding
2022-10-16Design Web Crawler (Part-IV) : Google, Amazon, Meta : STEP-3 : Design Deep Dive (BFS vs DFS) 🏗⚙️👷
2022-10-16Check if the Sentence Is Pangram -(Zoho, Snapdeal): Explanation ➕ Live Coding 🧑🏻‍💻
2022-10-15Minimum Difficulty of a Job Schedule -(Amazon): Explanation ➕ Live Coding 🧑🏻‍💻
2022-10-15String Compression -(Amazon, Snapchat, Microsoft, Lyft....): Explanation ➕ Live Coding 🧑🏻‍💻
2022-10-14First negative integer in every window of size k-(Amazon,MentorGraphics):Explanation➕ Live Coding