ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

34 results

Build With Jaswinder
15. 3Sum | Leetcode Blind 75 | Java Solution (Two Pointers)

Master the "3Sum" problem (LeetCode 15) – A quintessential array problem for coding interviews!In this video, we tackle the ...

26:41
15. 3Sum | Leetcode Blind 75 | Java Solution (Two Pointers)

35 views

9 days ago

codestorywithMIK
Get Biggest Three Rhombus Sums in a Grid | Brute Force | Optimal | Leetcode 1878 | codestorywithMIK

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

1:02:44
Get Biggest Three Rhombus Sums in a Grid | Brute Force | Optimal | Leetcode 1878 | codestorywithMIK

2,489 views

10 hours ago

DC DSA Academy
5 LeetCode Problems You MUST Solve 🔥 | Arrays + HashMap | Two Sum, Majority, Move Zeros | Part 2

Array Basics Part 2 – Interview Important Problems In this video, we solve 5 must-do LeetCode array problems using efficient ...

26:11
5 LeetCode Problems You MUST Solve 🔥 | Arrays + HashMap | Two Sum, Majority, Move Zeros | Part 2

23 views

3 weeks ago

Developer Coder
Find the Smallest Balanced Index | LeetCode 3862 | Weekly Contest 492 | Java | Developer Coder

Google #Microsoft #Apple #Amazon #Facebook #IBM #Oracle #Cisco #Intel #Dell #HP #Adobe #Salesforce #SAP #NVIDIA ...

21:12
Find the Smallest Balanced Index | LeetCode 3862 | Weekly Contest 492 | Java | Developer Coder

311 views

8 days ago

codeWithKhan
LeetCode 3714 | Longest Balanced Substring II | O(nlogn) Prefix Trick 🔥

Today we solve LeetCode 3714 – Longest Balanced Substring II. You are given a string containing only 'a', 'b', and 'c'.

26:54
LeetCode 3714 | Longest Balanced Substring II | O(nlogn) Prefix Trick 🔥

57 views

1 month ago

Rajan Keshari ( CSE - IIT Dhanbad )
Leetcode Weekly Contest 492 || Q1, Q2, Q3, Q4 || Recursion, String, Sorting, Prefix Sum || Watch 2X🚀

LeetCode Weekly Contest 492: https://leetcode.com/contest/weekly-contest-492/ Q1. 3861 - Minimum Capacity Box (Easy) ...

31:37
Leetcode Weekly Contest 492 || Q1, Q2, Q3, Q4 || Recursion, String, Sorting, Prefix Sum || Watch 2X🚀

910 views

8 days ago

LivingCode
LeetCode 1878 | Biggest Three Rhombus Sums in a Grid | Visual Explanation

In this video, we break down the Hard LeetCode problem **“Biggest Three Rhombus Sums in a Grid”** step by step with a clear ...

24:52
LeetCode 1878 | Biggest Three Rhombus Sums in a Grid | Visual Explanation

186 views

13 hours ago

codestorywithMIK
Longest Balanced Substring II | Detailed | Dry Run | Thought Process | Leetcode 3714 | MIK

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

42:48
Longest Balanced Substring II | Detailed | Dry Run | Thought Process | Leetcode 3714 | MIK

13,674 views

1 month ago

RisingBrain
Trapping Rainwater Problem – Brute Force and Optimized Two-Pointer Approach Explained

In this video, I have explained the Trapping Rainwater problem step by step, starting from the brute force approach and then ...

22:21
Trapping Rainwater Problem – Brute Force and Optimized Two-Pointer Approach Explained

2,082 views

2 weeks ago

ExpertFunda
Leetcode 1878. Get Biggest Three Rhombus Sums in a Grid

Join this channel to get access to perks: https://www.youtube.com/channel/UCnwRmVlggsF71RnbHPuB02w/join Today Leetcode ...

27:07
Leetcode 1878. Get Biggest Three Rhombus Sums in a Grid

69 views

12 hours ago

Aasaan padhaai
DSA with Java | Java DSA Full Series | Subarray sums divisible by k LeetCode  Problems Java

DSA with Java | Java DSA Full Series | Subarray sums divisible by k LeetCode Problems Java subarray sums divisible by k java ...

29:47
DSA with Java | Java DSA Full Series | Subarray sums divisible by k LeetCode Problems Java

108 views

3 weeks ago

Code With Pavan Prakash
DSA Class 21 : Two Sum [LeetCode] o(n) Optimisation : Pavan Prakash Sir

Data Structures & Algorithms (DSA) – From Basics to Advanced Welcome to this Data Structures and Algorithms course designed ...

35:04
DSA Class 21 : Two Sum [LeetCode] o(n) Optimisation : Pavan Prakash Sir

350 views

2 weeks ago

codestorywithMIK
Find All Possible Stable Binary Arrays I | 2 Approaches | Detailed Intuition | Leetcode 3129 | MIK

iPAD PDF Link : https://github.com/MAZHARMIK/Interview_DS_Algo/blob/master/iPad%20PDF%20Notes/Leetcode%203129.pdf Whatsapp ...

46:58
Find All Possible Stable Binary Arrays I | 2 Approaches | Detailed Intuition | Leetcode 3129 | MIK

16,934 views

7 days ago

ExpertFunda
Leetcode 761. Special Binary String

Join this channel to get access to perks: https://www.youtube.com/channel/UCnwRmVlggsF71RnbHPuB02w/join Today Leetcode ...

25:28
Leetcode 761. Special Binary String

95 views

3 weeks ago

codestorywithMIK
Minimum Number of Flips to Make the Binary String Alternating | 3 Detailed Approach | Leetcode 1888

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

45:12
Minimum Number of Flips to Make the Binary String Alternating | 3 Detailed Approach | Leetcode 1888

12,478 views

9 days ago

CTO Bhaiya
Day 50/90 |⚡1354. Construct Target Array With Multiple Sums🔥|Reverse Thinking + Heap Intuition #6

Telegram Channel : https://t.me/ctobhaiya_tg Instagram: https://www.instagram.com/ctobhaiya Linkedin: ...

1:12:48
Day 50/90 |⚡1354. Construct Target Array With Multiple Sums🔥|Reverse Thinking + Heap Intuition #6

436 views

3 weeks ago

RisingBrain
Minimum Size Subarray Sum | Brute Force to Optimal O(n) Sliding Window | Pattern Wise DSA

In this video, we solve the Minimum Size Subarray Sum problem step by step. We begin with the brute force approach to clearly ...

28:30
Minimum Size Subarray Sum | Brute Force to Optimal O(n) Sliding Window | Pattern Wise DSA

1,182 views

2 weeks ago

Rajan Keshari ( CSE - IIT Dhanbad )
Leetcode Biweekly Contest 177 || Q1, Q2, Q3, Q4 || P&C, Maths || C++ || Hard Biweekly || Watch 2X 🚀

Leetcode Biweekly Contest 177: https://leetcode.com/contest/biweekly-contest-177/ Q1. 3852 - Smallest Pair With Different ...

42:38
Leetcode Biweekly Contest 177 || Q1, Q2, Q3, Q4 || P&C, Maths || C++ || Hard Biweekly || Watch 2X 🚀

1,266 views

2 weeks ago

Next Gen Skills
Binary Subarrays & Nice Subarrays - Advanced Sliding Window | DSA Day 25 Java and leetcode

Day 25 of Complete DSA Series in Java | Advanced Sliding Window - Count Subarrays Pattern In this advanced lecture, I have ...

43:54
Binary Subarrays & Nice Subarrays - Advanced Sliding Window | DSA Day 25 Java and leetcode

0 views

5 minutes ago

Next Gen Skills
HashMap Power Explained | 4 Must-Know Problems Solved | DSA Day 22 Java | Leetcode By Gaurav sir

Day 22 of Complete DSA Series in Java | HashMap Deep Dive - 4 Must-Know FAANG Interview Problems In this comprehensive ...

45:57
HashMap Power Explained | 4 Must-Know Problems Solved | DSA Day 22 Java | Leetcode By Gaurav sir

50 views

3 weeks ago