ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

44 results

codestorywithMIK
Find the Duplicate Number | With Proof | Follow Up Qns | Hare And Tortoise | Leetcode - 287

iPad PDF Notes - https://github.com/MAZHARMIK/Interview_DS_Algo/blob/master/iPad%20PDF%20Notes/Leetcode-287-Find%20the ...

26:47
Find the Duplicate Number | With Proof | Follow Up Qns | Hare And Tortoise | Leetcode - 287

21,537 views

2 years ago

CodeHelp - by Babbar
Lecture 10: Solving LeetCode/CodeStudio Questions [Arrays]

In this Video, we are going to solve LeetCode /CodeStudioProblems: - Find Unique element [https://bit.ly/3y01Zdu ] - Duplicates in ...

1:34:54
Lecture 10: Solving LeetCode/CodeStudio Questions [Arrays]

1,648,727 views

4 years ago

codestorywithMIK
Find Missing and Repeated Values | Mathematical Proof | Leetcode 2965 | codestorywithMIK

Whatsapp Community Link : https://www.whatsapp.com/channel/0029Va6kVSjICVfiVdsHgi1A Hi Everyone, this is the 72nd video of ...

25:51
Find Missing and Repeated Values | Mathematical Proof | Leetcode 2965 | codestorywithMIK

6,346 views

9 months ago

Kunal Kushwaha
Cycle Sort - Amazon, Google, Microsoft Interview Questions

... Number 00:37:56 Q2 : Find All Numbers Disappeared in an Array 00:51:30 Q3 : Find the Duplicate Number 01:04:15 Q4 : Find ...

1:35:32
Cycle Sort - Amazon, Google, Microsoft Interview Questions

540,616 views

4 years ago

LearnYard
Ep11- Combinations | Find all possible combinations of k numbers out of the range 1 to N | Recursion

Today, we are going to do a very interesting problem 'Combinations' which will help you to solve many other similar types of ...

25:23
Ep11- Combinations | Find all possible combinations of k numbers out of the range 1 to N | Recursion

26,983 views

3 years ago

TechStack9
Important Java Program for Interviews Pgm 10: How to Find Duplicate Elements in an Array

This video explains how to find duplicate elements in an array using i)Loops ii)HashSet Checkout the Playlists: Java Tutorial ...

21:09
Important Java Program for Interviews Pgm 10: How to Find Duplicate Elements in an Array

582 views

5 years ago

CodeHelp - by Babbar
Lecture 20: Solving LeetCode/CodeStudio Questions [Arrays]

In this Video, we are going to solve questions on Array: - Reverse an Array after m position - Merge 2 sorted arrays - Move ...

35:38
Lecture 20: Solving LeetCode/CodeStudio Questions [Arrays]

571,730 views

4 years ago

CrazyCoding
leetcode 15 - 3sum  | Optimal Approach in JAVA

15leetcode #java #education Problem it solves The code solves the 3Sum problem: Given an array of integers, it finds all unique ...

21:41
leetcode 15 - 3sum | Optimal Approach in JAVA

8 views

3 months ago

CrazyCoding
leetcode 18  - 4sum  | Optimal Approach in JAVA .

18leetcode #java #education Input nums = [2, 2, 2, 2, 2], target = 8 Step 1: Sort the array Sorted nums = [2, 2, 2, 2, 2] (already ...

20:57
leetcode 18 - 4sum | Optimal Approach in JAVA .

11 views

3 months ago

codestorywithMIK
Remove Duplicate Letters | Why Monotonic Stack | Intuition | GOOGLE | Leetcode - 316

Similar Problem : Leetcode-1081 - https://leetcode.com/problems/smallest-subsequence-of-distinct-characters/ This is the 20th ...

23:04
Remove Duplicate Letters | Why Monotonic Stack | Intuition | GOOGLE | Leetcode - 316

19,106 views

2 years ago

The Tech Granth
Leetcode 4 | Median Of Two Sorted Arrays (Extended Binary Search | O(log(m+n) Solution)

median of two sorted arrays of same size or different size can be solved using binary search. The idea is to find that partition ...

26:36
Leetcode 4 | Median Of Two Sorted Arrays (Extended Binary Search | O(log(m+n) Solution)

753 views

5 years ago

codestorywithMIK
132 Pattern | Intuition explained | Brute Force | Better | Optimal  | META | AMAZON | Leetcode - 456

iPAD PDF Notes ...

31:38
132 Pattern | Intuition explained | Brute Force | Better | Optimal | META | AMAZON | Leetcode - 456

16,199 views

2 years ago

codestorywithMIK
Majority Element I | Majority Element II  | Boyer-Moore | Made Simple | Leetcode 229 | Leetcode 169

iPad PDF Notes ...

31:50
Majority Element I | Majority Element II | Boyer-Moore | Made Simple | Leetcode 229 | Leetcode 169

24,205 views

2 years ago

Nikhil Lohia
Longest Common Subsequence (LeetCode 1143) | Full Solution with a natural explanation

Actual problem on LeetCode: https://leetcode.com/problems/longest-common-subsequence/ Wiki: ...

21:23
Longest Common Subsequence (LeetCode 1143) | Full Solution with a natural explanation

32,829 views

2 years ago

DojoCodeX
The REAL Way to Solve 3SUM | Why Your Approach Fails & How To Fix It | Day 2

Solving 3SUM isn't just about finding three numbers that add up to zero — it's about understanding a core interview pattern used ...

30:19
The REAL Way to Solve 3SUM | Why Your Approach Fails & How To Fix It | Day 2

116 views

12 days ago

codestorywithMIK
Median of Two Sorted Arrays | PART-2 | Best Approach | Binary Search | Google | Apple | Leetcode - 4

iPad PDF Notes ...

41:52
Median of Two Sorted Arrays | PART-2 | Best Approach | Binary Search | Google | Apple | Leetcode - 4

29,874 views

2 years ago

Barack
251101- LeetCode 2310: 个位数字为K的数字和 - 数学找规律+边界处理 | Sum of Units Digit K

题目要求Problem Requirements: 1. 给定整数N和K,需要找到一个正整数集合,该集合中所有整数的个位数字都是K / Given integers N ...

20:08
251101- LeetCode 2310: 个位数字为K的数字和 - 数学找规律+边界处理 | Sum of Units Digit K

5 views

1 month ago

codestorywithMIK
Non-overlapping Intervals | 2 Approaches | Intuition | Dry Run | Leetcode-435 | GOOGLE | Explanation

Similar Problems : Leetcode - 252 : https://leetcode.com/problems/meeting-rooms/ Leetcode - 253 ...

37:03
Non-overlapping Intervals | 2 Approaches | Intuition | Dry Run | Leetcode-435 | GOOGLE | Explanation

15,501 views

2 years ago

codestorywithMIK
Permutations II | Two Approaches | Detailed | Recursion Concepts And Questions

iPad PDF Notes ...

40:11
Permutations II | Two Approaches | Detailed | Recursion Concepts And Questions

15,445 views

1 year ago

codestorywithMIK
Decoded String at Index | Clean Code | TCS | GOOGLE | ORACLE | Leetcode - 880

This is the 21st Video on our strings Playlist. In this video we will try to solve a very good Problem - Decoded String at ...

22:10
Decoded String at Index | Clean Code | TCS | GOOGLE | ORACLE | Leetcode - 880

15,601 views

2 years ago