ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

402 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

31,517 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

LeetCode Problem of the day 17 June 2024 Problem No [633] : Sum of Square Numbers Level : Medium Topic : Two Pointer ...

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

16 views

1 year ago

My Learning Hub
1518. Water Bottles using Java | 07 July 2024 | Leetcode | Math | Simulation | Java | Data Structure

LeetCode Problem of the day 07 July 2024 Problem No [1518] : Water Bottles using java Level : Easy Topic : Math | Simulation ...

2:03
1518. Water Bottles using Java | 07 July 2024 | Leetcode | Math | Simulation | Java | Data Structure

23 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

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

45 views

1 year ago

My Learning Hub
75. Sort Colors using Java | 12 June 2024 | Leetcode | Array | Two Pointers | Sorting | Java |

LeetCode Problem of the day 12 June 2024 Problem No [75] : Sort Colors Level : Easy Topic : Arrays | Sorting | Two - Pointers ...

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

5 views

1 year ago

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

LeetCode Problem of the day 09 June 2024 Problem No [974] : Subarray Sums Divisible by K using Java Level : Medium Topic ...

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
846. Hand of Straights using Java | Leetcode | 06 June 2024 | Hash | Sorting | Arrays | DS | Java

LeetCode Problem of the day 06 June 2024 Problem No [846] : Hand of Straights using Java Level : Medium Topic : Arrays | Hash ...

3:12
846. Hand of Straights using Java | Leetcode | 06 June 2024 | Hash | Sorting | Arrays | DS | Java

36 views

1 year ago

My Learning Hub
1894. Find the Student that Will Replace the Chalk using Java | Leetcode | 02 September 2024

LeetCode Problem of the day 02 September 2024 Problem No [1894] : Find the Student that Will Replace the Chalk using Java ...

2:01
1894. Find the Student that Will Replace the Chalk using Java | Leetcode | 02 September 2024

24 views

1 year ago

My Learning Hub
1791.Find Center of Star Graph using Java | Leetcode | 27 June 2024 | Graph | Java | Data Structures

LeetCode Problem of the day 27 June 2024 Problem No [1791] : Find Center of Star Graph using Java Level : Easy Topic : Graph ...

1:53
1791.Find Center of Star Graph using Java | Leetcode | 27 June 2024 | Graph | Java | Data Structures

10 views

1 year ago

My Learning Hub
[ Leetcode] 2441.Largest Positive Integer That Exists Its Negative using Java | 02 May 2024  | Array

LeetCode Problem of the day 02 May 2024 Problems : Largest Positive Integer That Exists Its Negative using Java Level : Easy ...

1:51
[ Leetcode] 2441.Largest Positive Integer That Exists Its Negative using Java | 02 May 2024 | Array

7 views

1 year ago

My Learning Hub
945. Minimum Increment to Make Array Unique using Java | Leetcode | 14 June 2024 | Array | Sorting

LeetCode Problem of the day 14 June 2024 Problem No [945] : Minimum Increment to Make Array Unique using Java Level ...

1:36
945. Minimum Increment to Make Array Unique using Java | Leetcode | 14 June 2024 | Array | Sorting

41 views

1 year ago

My Learning Hub
1122 .Relative Sort Array using Java | Leetcode | 11 June 2024 | Array | Hash Table | Sorting

LeetCode Problem of the day 11 June 2024 Problem No [1122] : Relative Sort Array using Java Level : Easy Topic : Array | Two ...

3:53
1122 .Relative Sort Array using Java | Leetcode | 11 June 2024 | Array | Hash Table | Sorting

11 views

1 year ago

My Learning Hub
861. Score After Flipping Matrix using Java | Leetcode Practice | 13 May 2024 | Matrix |Manipulation

LeetCode Problem of the day 13 May 2024 Problem No [861] : Score After Flipping Matrix using Java Level : Easy Topic : Array ...

3:04
861. Score After Flipping Matrix using Java | Leetcode Practice | 13 May 2024 | Matrix |Manipulation

15 views

1 year ago

My Learning Hub
330. Patching Array using Java | Leetcode | 16 June 2024 | Arrays | Greedy | Data Structures | Java

LeetCode Problem of the day 16 June 2024 Problem No [330] : Patching Array Level : Hard Topic : Greedy | Arrays | Data ...

1:52
330. Patching Array using Java | Leetcode | 16 June 2024 | Arrays | Greedy | Data Structures | Java

17 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

121 views

1 year ago

My Learning Hub
826. Most Profit Assigning Work using Java | Leetcode | 18 June 2024 | Array | Sorting | Greedy

LeetCode Problem of the day 18 June 2024 Problem No [826] : Most Profit Assigning Work using Java Level : Medium Topic ...

3:28
826. Most Profit Assigning Work using Java | Leetcode | 18 June 2024 | Array | Sorting | Greedy

10 views

1 year ago

My Learning Hub
1701. Average Waiting Time using Java | 09 July 2024 | Array | Simulation | Leetcode | DSA

LeetCode Problem of the day 09 July 2024 Problem No [1701] : Average Waiting Time using java Level : Medium Topic : Array ...

2:16
1701. Average Waiting Time using Java | 09 July 2024 | Array | Simulation | Leetcode | DSA

22 views

1 year ago