ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

101 results

Mohan Codes
Plus One Leetcode solution in Java  | Easy Explanation in Tamil

Welcome to Mohan Codes. In this video, we solve the Plus One problem, a popular array-based coding interview question ...

12:15
Plus One Leetcode solution in Java | Easy Explanation in Tamil

54 views

4 weeks ago

Abinash Mohanty
1.4 Plus One Explained | Carry Propagation Approach | LeetCode Q66

In this video, we solve Plus One (LeetCode Q66) using the Carry Propagation approach and understand how digit-by-digit ...

11:16
1.4 Plus One Explained | Carry Propagation Approach | LeetCode Q66

17 views

1 month ago

Leetcode Unlocked
66. Plus One | Leetcode Unlocked - Python

Learn how to solve the LeetCode 66 "Plus One" problem using an intuitive, school-math-inspired approach. In this video, we walk ...

3:41
66. Plus One | Leetcode Unlocked - Python

21 views

6 days ago

Code With K5KC
Sliding Window Maximum - Leetcode 239 | Monotonic Deque O(N) | Java & Python

PROBLEM DESCRIPTION* You are given an array of integers nums, there is a sliding window of size k which is moving from the ...

7:46
Sliding Window Maximum - Leetcode 239 | Monotonic Deque O(N) | Java & Python

3,233 views

13 days ago

GyanByte
Binary Search Doesn't Need an Array — It Needs a Monotone Condition

Find a target in a sorted array. O(log n). Seven elements, three comparisons. Every developer knows this algorithm. Most can't ...

3:45
Binary Search Doesn't Need an Array — It Needs a Monotone Condition

15 views

3 weeks ago

CodeVerse
Best Time to Buy and Sell Stock - LeetCode 121 - Java (Full Dry Run)

In this video, we deep-dive into one of the most popular array interview questions asked by Google, Amazon, Meta, and Netflix.

15:34
Best Time to Buy and Sell Stock - LeetCode 121 - Java (Full Dry Run)

142 views

3 weeks ago

Developer Coder
Find a Safe Walk Through a Grid | LeetCode 3286 | 0-1 BFS | Java | Developer Coder

In this video, we explore LeetCode 3286 - Find a Safe Walk Through a Grid, a graph-based problem that is best solved using the ...

18:31
Find a Safe Walk Through a Grid | LeetCode 3286 | 0-1 BFS | Java | Developer Coder

193 views

8 days ago

NodePrism
LRU Cache Design Explained — O(1) Get & Put (Coding Interview)

LRU Cache is one of the most-asked coding and low level design (LLD) interview problems — this is the O(1) get and put solution ...

4:22
LRU Cache Design Explained — O(1) Get & Put (Coding Interview)

2 views

3 days ago

Code With K5KC
Largest Rectangle in Histogram - Leetcode 84 | One-Pass Monotonic Stack | Java & Python

PROBLEM DESCRIPTION* Given an array of integers heights representing the histogram's bar height where the width of each bar ...

8:36
Largest Rectangle in Histogram - Leetcode 84 | One-Pass Monotonic Stack | Java & Python

11,432 views

2 weeks ago

Coding Sphere
LeetCode 884 | Uncommon Words from Two Sentences | Java Solution | Easy DSA Problem | Hindi

In this video, we solve LeetCode Problem 884: Uncommon Words from Two Sentences using Java. Problem Summary: Given ...

11:48
LeetCode 884 | Uncommon Words from Two Sentences | Java Solution | Easy DSA Problem | Hindi

33 views

3 weeks ago

Algo Solutions
Longest Substring - solution for inverview preparation

LeetCode number three — Longest Substring Without Repeating Characters — is one of the most frequently asked sliding ...

13:12
Longest Substring - solution for inverview preparation

48 views

2 weeks ago

LindorCodes
LC 35 Search Insert Position — Why You Return Left (Not the Index)

Sorted array + O(log n) — that's the signal. Binary search, every time. LC 35 is a clean one-pass binary search. The trick isn't ...

8:59
LC 35 Search Insert Position — Why You Return Left (Not the Index)

3 views

11 days ago

Manjeet Dhayal
LeetCode Contest 509 | Problem - 3983  Subsequence After One Replacement

Welcome back to the channel! Today we are tackling LeetCode 3983: Subsequence After One Replacement. This is a fantastic ...

11:57
LeetCode Contest 509 | Problem - 3983 Subsequence After One Replacement

177 views

5 days ago

Java Challengers
How to Explain Algorithms Like a Senior Java Developer in International Interviews - Live #57

Most Java developers think passing coding interviews is about solving more LeetCode problems. It isn't. International companies ...

29:30
How to Explain Algorithms Like a Senior Java Developer in International Interviews - Live #57

90 views

9 days ago

Leetcode Daily
3739. Count Subarrays With Majority Element II | Leetcode Daily - Python

In this video, we tackle the hard LeetCode problem Count Subarrays With Majority Element II using an incredibly efficient O(n) ...

6:25
3739. Count Subarrays With Majority Element II | Leetcode Daily - Python

724 views

2 weeks ago

LindorCodes
Find First and Last Position of Element in Sorted Array — LC 34 (Two Binary Searches, O(log n))

Sorted array + O(log n) constraint — that's your signal. Binary search, every time. LC 34 breaks down into two clean helper ...

12:28
Find First and Last Position of Element in Sorted Array — LC 34 (Two Binary Searches, O(log n))

21 views

2 weeks ago

Techdose
Maximum Subarray Sum After Multiplier | Leetcode 3976 | Modified Kadanes algo

LeetCode 3976 | Maximum Subarray Sum After Multiplier | Dynamic Programming | 3-State DP In this video, we solve LeetCode ...

38:05
Maximum Subarray Sum After Multiplier | Leetcode 3976 | Modified Kadanes algo

902 views

11 days ago

Code Clarity DSA
Container With Most Water Explained Visually | Two Pointers (LeetCode 11)

Container With Most Water, explained visually — the classic two-pointer problem, built up from the one idea that makes it click: the ...

5:40
Container With Most Water Explained Visually | Two Pointers (LeetCode 11)

9 views

2 days ago

Fogy Free
1358 Number of Substrings Containing All Three Characters 6 30 2026

1358 Number of Substrings Containing All Three Characters. How it works: Track last seen positions - Maintain the most recent ...

1:10
1358 Number of Substrings Containing All Three Characters 6 30 2026

8 views

10 days ago

Leetcode Daily
3737. Count Subarrays With Majority Element I | Leetcode Daily - Python

In this video, we dive into the LeetCode problem Count Subarrays With Majority Element I. We will break down how to use ...

4:36
3737. Count Subarrays With Majority Element I | Leetcode Daily - Python

1,073 views

2 weeks ago