ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

736 results

Code Munchies
Backtracking Algorithm in 120 Seconds

Today we explore 90. Subsets II where we explore a backtracking algorithm in coding. Don't miss the opportunity to learn about ...

2:48
Backtracking Algorithm in 120 Seconds

32,631 views

2 years ago

Geekific
Find the Difference | from Sorting to Optimal Solution | Java LeetCode | Geekific

Discord Community: https://discord.gg/dK6cB24ATp GitHub Repository: https://github.com/geekific-official/ In this video, we tackle ...

3:44
Find the Difference | from Sorting to Optimal Solution | Java LeetCode | Geekific

511 views

1 year ago

Joma Tech
how programmers overprepare for job interviews

Mapa hash. SOCIAL MEDIA ·························· https://www.instagram.com/jomakaze/ ...

1:10
how programmers overprepare for job interviews

5,576,984 views

3 years ago

leetnleech
(MAY 24, 2025 DAILY PROBLEM) LeetCode 2942: Find Words Containing Character (Java)

Try it: leetcode.com/problems/find-words-containing-character.

2:43
(MAY 24, 2025 DAILY PROBLEM) LeetCode 2942: Find Words Containing Character (Java)

32 views

7 months ago

SoftwareTechIT
#3 Longest Substring Without Repeating Characters | LeetCode Java Solution Step by Step

LeetCode #3 – Longest Substring Without Repeating Characters | Java Solution Explained In this video, we solve LeetCode ...

3:01
#3 Longest Substring Without Repeating Characters | LeetCode Java Solution Step by Step

42 views

2 years ago

SoftwareTechIT
#5 Longest Palindromic Substring LeetCode Java| Java Solution Step by Step | LeetCode Problem Solved

Longest Palindromic Substring in Java | LeetCode Problem Solved Step by Step In this video, we solve LeetCode #5 – Longest ...

3:57
#5 Longest Palindromic Substring LeetCode Java| Java Solution Step by Step | LeetCode Problem Solved

29 views

2 years ago

Leetcoder
Remove Duplicates from Sorted Array/ #leetcode #leetcoder #dsa #problemsolving #beginnercoding #java

In this video, we solve the LeetCode problem “Remove Duplicates from Sorted Array” using a simple loop and if-condition ...

2:40
Remove Duplicates from Sorted Array/ #leetcode #leetcoder #dsa #problemsolving #beginnercoding #java

35 views

2 weeks ago

SoftwareTechIT
#4 Median of Two Sorted Arrays | LeetCode Java Solution Step by Step | Java Problem Solving #tech

LeetCode #4 – Median of Two Sorted Arrays | Java Solution Explained In this tutorial, we solve LeetCode problem #4 – Median of ...

2:41
#4 Median of Two Sorted Arrays | LeetCode Java Solution Step by Step | Java Problem Solving #tech

125 views

2 years ago

Code Viento
❗️Everyone Does This WRONG – Leetcode 121 Optimal Solution (Java)

Struggling to find the best time to buy and sell stocks? This video breaks down LeetCode 121 using a clean and intuitive Greedy ...

3:24
❗️Everyone Does This WRONG – Leetcode 121 Optimal Solution (Java)

75 views

8 months ago

Shutter insaan
Reverse Linked list #leetcode 2 problem solution

There is a lot to learn, Keep in mind “ Mnn bhot karega k chor yrr apne se nahi hoga ya maza nahi aara, Just ask 1 question “ Why ...

0:16
Reverse Linked list #leetcode 2 problem solution

208 views

3 years ago

Code Viento
🔄 Rotate Arrays Like a Pro – Leetcode 189 with Reversal Trick

Learn how to rotate an array in-place using the reversal technique! In this clean Java solution, we break down LeetCode 189 ...

3:01
🔄 Rotate Arrays Like a Pro – Leetcode 189 with Reversal Trick

105 views

8 months ago

Geekific
Contains Duplicate I & II | Detailed Explanation | LeetCode Java Solution | Geekific

Discord Community: https://discord.gg/dK6cB24ATp GitHub Repository: https://github.com/geekific-official/ In this video we solve ...

3:53
Contains Duplicate I & II | Detailed Explanation | LeetCode Java Solution | Geekific

1,112 views

2 years ago

Geekific
Container With Most Water | Detailed Explanation | LeetCode Solution | Geekific

LeetCode Problems solved in this video: - https://leetcode.com/problems/container-with-most-water/ Timestamps: 00:00 ...

3:57
Container With Most Water | Detailed Explanation | LeetCode Solution | Geekific

3,549 views

2 years ago

My Learning Hub
1550. Three Consecutive Odds using Java  | 01 July 2024 | Leetcode | Array | Data Structures | Java

LeetCode Problem of the day 01 July 2024 Problem No [1550] : Three Consecutive Odds using Java Level : Medium Topic : Array ...

1:07
1550. Three Consecutive Odds using Java | 01 July 2024 | Leetcode | Array | Data Structures | Java

34 views

1 year ago

My Learning Hub
633. Sum of Square Numbers using Java | Leetcode | 17 June 2024 | Binary Search | Two Pointer | Java

Max sum in the configuration using Java: https://youtu.be/akUot8oemYM 5. Hand of Straights using Java Leetcode Problem ...

1:40
633. Sum of Square Numbers using Java | Leetcode | 17 June 2024 | Binary Search | Two Pointer | Java

17 views

1 year ago

My Learning Hub
2331. Evaluate Boolean Binary Tree using Java | Leetcode | 16 May 2024 | Practice | Tree | DFS

LeetCode Problem of the day 16 May 2024 Problem No [2331] : Evaluate Boolean Binary Tree using Java Level : Easy Topic ...

1:27
2331. Evaluate Boolean Binary Tree using Java | Leetcode | 16 May 2024 | Practice | Tree | DFS

8 views

1 year ago

Algo Engine
LeetCode #26: Remove Duplicates From a Sorted Array

A step-by-step solution to #LeetCode question 26: Remove Duplicates From a Sorted Array 0:00 Problem description 0:48 ...

3:31
LeetCode #26: Remove Duplicates From a Sorted Array

15,010 views

2 years ago

My Learning Hub
1380. Lucky Numbers in a Matrix using Java | Leetcode | 19 July 2024 | Array | Matrix | Java

LeetCode Problem of the day 19 July 2024 Problem No [1380] : Lucky Numbers in a Matrix using Java Level : Easy Topic : Matrix ...

3:23
1380. Lucky Numbers in a Matrix using Java | Leetcode | 19 July 2024 | Array | Matrix | Java

46 views

1 year ago

My Learning Hub
974. Subarray Sums Divisible by K using Java | Leetcode | 09 June 2024 | Array | Hash Table | Prefix

Max sum in the configuration using Java: https://youtu.be/akUot8oemYM 5. Hand of Straights using Java Leetcode Problem ...

2:07
974. Subarray Sums Divisible by K using Java | Leetcode | 09 June 2024 | Array | Hash Table | Prefix

20 views

1 year ago

My Learning Hub
912. Sort an Array using Java | Merge Sort | 25 July 2024 | Leetcode Practice | Data Structures

LeetCode Problem of the day 25 July 2024 Problem No [912] : Sort an Array using Java Level : Medium Topic : Array | Sorting ...

3:28
912. Sort an Array using Java | Merge Sort | 25 July 2024 | Leetcode Practice | Data Structures

126 views

1 year ago