ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

523 results

Explainedbychhavi
LeetCode 1807: Evaluate the Bracket Pairs of a String | Brute Force to Optimized | Java

... problems leetcode interview preparation leetcode brute force solution leetcode optimized solution hashmap leetcode problems ...

13:20
LeetCode 1807: Evaluate the Bracket Pairs of a String | Brute Force to Optimized | Java

87 views

12h ago

Coding practice
Check Level Anagrams in Binary Trees | O(N) Optimized Solution | GFG & LeetCode

Learn how to solve Check Level Anagrams in Binary Trees with the O(N) optimized approach in Java. This medium-level Binary ...

19:38
Check Level Anagrams in Binary Trees | O(N) Optimized Solution | GFG & LeetCode

55 views

5d ago

Mahesh Ahirwar
Split Linked List Into Parts in Java | Optimized Solution | LeetCode 725 | Mahesh DSA Sheet

In this video, we solve the Split Linked List in Parts problem in Java. We'll understand the problem step by step and then ...

11:01
Split Linked List Into Parts in Java | Optimized Solution | LeetCode 725 | Mahesh DSA Sheet

51 views

5d ago

Mahesh Ahirwar
Rotate Linked List in Java | Optimized Solution | LeetCode 61 | Mahesh DSA Sheet

In this video, we solve the Rotate List problem in Java using an optimized approach. We understand how to rotate a Linked List ...

8:43
Rotate Linked List in Java | Optimized Solution | LeetCode 61 | Mahesh DSA Sheet

66 views

7d ago

Mahesh Ahirwar
Copy List With Random Pointer in Java | Optimized Solution | LeetCode 138 | Mahesh DSA Sheet

In this video, we solve the Copy List With Random Pointer problem in Java. This is an interesting Linked List problem because ...

13:26
Copy List With Random Pointer in Java | Optimized Solution | LeetCode 138 | Mahesh DSA Sheet

42 views

3d ago

Prepflix
Set Mismatch in Java | Brute Force to O(n), O(1) Space | LeetCode 645 | Prepflix

Learn Set Mismatch (LeetCode 645) in Java with Prepflix. Find the duplicate and missing value, compare repeated counting with ...

14:43
Set Mismatch in Java | Brute Force to O(n), O(1) Space | LeetCode 645 | Prepflix

4 views

4d ago

Prepflix
Valid Triangle Number in Java | Sorting & Two Pointers Proof | LeetCode 611 | Prepflix

Learn Valid Triangle Number (LeetCode 611) in Java with Prepflix. Understand strict triangle inequalities and duplicate ...

14:34
Valid Triangle Number in Java | Sorting & Two Pointers Proof | LeetCode 611 | Prepflix

3 views

2d ago

CodeTav Management
LeetCode 3524 Find X Value of Array I | Brute Force to Optimized DP | Java Solution Discussion

In this video, we solve LeetCode 3524 – Find X Value of Array I using two approaches: Brute Force and an Optimized Dynamic ...

16:41
LeetCode 3524 Find X Value of Array I | Brute Force to Optimized DP | Java Solution Discussion

364 views

5d ago

Zero Code
LeetCode 1401 | Circle and Rectangle Overlapping | Geometry Explained | O(1) Optimal Solution | Java

LeetCode 1401 - Circle and Rectangle Overlapping In this video, you'll learn one of the easiest Geometry interview problems ...

5:00
LeetCode 1401 | Circle and Rectangle Overlapping | Geometry Explained | O(1) Optimal Solution | Java

63 views

7d ago

iOS World
iOS 27 Battery Drain Fix 🔋 | iOS 27 Battery Saving Tips | 10 Settings to Save iPhone Battery

iOS 27 Battery Drain Fix 🔋 | iOS 27 Battery Saving Tips | 10 Settings to Save iPhone Battery Is your iPhone battery draining ...

8:36
iOS 27 Battery Drain Fix 🔋 | iOS 27 Battery Saving Tips | 10 Settings to Save iPhone Battery

53,332 views

4d ago

Texas Instruments
Engineering the next generation of data center cooling

As AI applications and compute power skyrocket, the power density of data center racks is reaching critical levels. Traditional air ...

15:53
Engineering the next generation of data center cooling

1,561 views

4d ago

Zero Code
LeetCode 3524 | Find X Value of Array I | Java Solution | DP + Modulo | O(n×k) Explained | zerocode

LeetCode 3524 - Find X Value of Array I In this video, we solve LeetCode 3524 (Find X Value of Array I) using an optimized ...

5:31
LeetCode 3524 | Find X Value of Array I | Java Solution | DP + Modulo | O(n×k) Explained | zerocode

65 views

5d ago

Tech With Hitesh
Day 19: Longest Consecutive Sequence | O(n) Solution

Day 19 of my Becoming Better Problem Solver series :) Today I solved LeetCode 128 – Longest Consecutive Sequence. I started ...

9:26
Day 19: Longest Consecutive Sequence | O(n) Solution

3 views

6d ago

Ybe Coding
This Python Question Was Asked at a Global Data Company 😳

A real Python interview question asked at a global data company — solved step by step. Actual interview-style problem, not ...

4:13
This Python Question Was Asked at a Global Data Company 😳

208 views

4d ago

Synez
How to Fix High DPC Latency (2026 Full Guide)

Your PC stutters, your specs are fine, and nothing you've tried has fixed it. This is usually why. DPC latency is when a driver on ...

16:16
How to Fix High DPC Latency (2026 Full Guide)

23,163 views

7d ago

RisingBrain
Keys and Rooms | BFS Graph Traversal | LeetCode 841 | Python, Java & C++ | DSA

This tutorial includes a step-by-step explanation, dry run, and optimized solutions in Python, Java, and C++. If you're preparing for ...

11:50
Keys and Rooms | BFS Graph Traversal | LeetCode 841 | Python, Java & C++ | DSA

336 views

4h ago

Sophos Automation
Production Scheduling Optimization: The Brain of Smart Manufacturing - Sophos Global Solutions

Meeting delivery deadlines requires much more than a spreadsheet. Dive into the science behind optimized scheduling to ...

5:12
Production Scheduling Optimization: The Brain of Smart Manufacturing - Sophos Global Solutions

0 views

6d ago

Tech With Hitesh
Day 18: K-diff Pairs in an Array | LeetCode 532 | Brute Force to O(n)

Day 18 of my Becoming Better Problem Solver series Today, I solved LeetCode 532 – K-diff Pairs in an Array. The goal is to find ...

8:16
Day 18: K-diff Pairs in an Array | LeetCode 532 | Brute Force to O(n)

12 views

6d ago

Prepflix
Rectangle Overlap in Java | TLE to O(1): Geometry, Proof & Edge Cases | LeetCode 836 | Prepflix

Learn Rectangle Overlap (LeetCode 836) in Java with Prepflix. Start with unit-cell enumeration, inspect its real timeout, derive ...

13:52
Rectangle Overlap in Java | TLE to O(1): Geometry, Proof & Edge Cases | LeetCode 836 | Prepflix

3 views

4d ago

Explainedbychhavi
LeetCode 3525: Find X Value of Array II | Brute Force to Segment Tree | Java

... Find X Value of Array II Java Find X Value of Array II solution LeetCode 3525 segment tree LeetCode 3525 optimized solution ...

18:57
LeetCode 3525: Find X Value of Array II | Brute Force to Segment Tree | Java

801 views

4d ago