ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

758 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

34,066 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

512 views

1 year ago

Sahil & Sarra
How to Get Ahead of 99% of Programmers (in 99 seconds)

Try my free email crash course to crush technical interviews: https://instabyte.io/ 1. How to learn coding efficiently? 2. How to ...

2:31
How to Get Ahead of 99% of Programmers (in 99 seconds)

354,315 views

2 years 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

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)

33 views

8 months 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

9 months 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

1 month 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

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,579,571 views

3 years 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

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

9 months 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

Code Viento
⚡️Remove Duplicates in O(n) – Simple Two Pointers Solution in Java!

Remove Duplicates from Sorted Array, the clean way! In this video, we break down LeetCode 26 using a simple and intuitive ...

3:19
⚡️Remove Duplicates in O(n) – Simple Two Pointers Solution in Java!

127 views

9 months 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
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
75. Sort Colors using Java | 12 June 2024 | Leetcode | Array | Two Pointers | Sorting | Java |

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

2:43
75. Sort Colors using Java | 12 June 2024 | Leetcode | Array | Two Pointers | Sorting | Java |

6 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

127 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,084 views

2 years 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

My Learning Hub
237.Delete Node in Linked List using Java | Leetcode Problem | 05 May 2024 | Linked List |

LeetCode Problem of the day 05 May 2024 Problem : Delete Node in Linked List using Java Level : Medium Topic : Linked List ...

0:55
237.Delete Node in Linked List using Java | Leetcode Problem | 05 May 2024 | Linked List |

11 views

1 year ago

My Learning Hub
3110. Score of a String using Java | Strings | 01 June 2024 | Data Structures | Java | Leetcode

LeetCode Problem of the day 01 June 2024 Problem No [3110] : Score fo a String using Java Level : Easy Topic : Strings | Data ...

1:27
3110. Score of a String using Java | Strings | 01 June 2024 | Data Structures | Java | Leetcode

35 views

1 year ago

Kernel Queen 👑
Maximum Level Sum of a Binary Tree | Leetcode 1161 | Java Hindi

Problem Link: https://leetcode.com/problems/maximum-level-sum-of-a-binary-tree Solution Link: ...

3:58
Maximum Level Sum of a Binary Tree | Leetcode 1161 | Java Hindi

221 views

3 weeks ago

Ed Clark
Compare Version Numbers Java Coding Challenge | Leetcode | How'd You Code That?

Compare Version Numbers on Leetcode: https://leetcode.com/problems/compare-version-numbers/ Compare two version ...

3:38
Compare Version Numbers Java Coding Challenge | Leetcode | How'd You Code That?

202 views

5 years ago

Moksh Gupta
Why Subscribe to Our Channel? | LeetCode Problem Solutions and Coding Tutorials

Welcome to our YouTube channel dedicated to all coding enthusiasts and problem solvers! In this channel, we bring you an ...

2:04
Why Subscribe to Our Channel? | LeetCode Problem Solutions and Coding Tutorials

11 views

2 years ago