ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

388 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

35,286 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
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

19 views

1 year ago

My Learning Hub
1460.Make Two Arrays Equal by Reversing Subarrays using Java | 03 August 2024 | Sorting | Array

LeetCode Problem of the day 03 August 2024 Problem No [1460] : Make Two Array Equal by Reversing Subarrays using Java ...

1:30
1460.Make Two Arrays Equal by Reversing Subarrays using Java | 03 August 2024 | Sorting | Array

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

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

135 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

12 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
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
350. Intersection of Two Arrays II using Java | Part 02  | Two-Pointer | Sorting | Data Structures

LeetCode Problem of the day 02 July 2024 Problem No [350] : Intersection of Two Array II Level : Easy Topic : Array Hash Table ...

2:15
350. Intersection of Two Arrays II using Java | Part 02 | Two-Pointer | Sorting | Data Structures

7 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

My Learning Hub
1051. Height Checker using Java | Leetcode | 10 June 2024 | Arrays | Sorting | Counting sort | Java

LeetCode Problem of the day 10 June 2024 Problem No [1051] : Height Checker using Java Level : Easy Topic : Arrays | Sorting ...

1:24
1051. Height Checker using Java | Leetcode | 10 June 2024 | Arrays | Sorting | Counting sort | Java

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
3075.Maximize Happiness of Selected Children using Java | Leetcode Practice | 09 May 2024 | Arrays |

LeetCode Problem of the day 09 May 2024 Problem No [3075] : Maximize Happiness of Selected Children using Java Level ...

1:43
3075.Maximize Happiness of Selected Children using Java | Leetcode Practice | 09 May 2024 | Arrays |

10 views

1 year ago

My Learning Hub
350. Intersection of Two Arrays II using Java | Part -01 |  HashMap | 02 July 2024 | Data Structures

LeetCode Problem of the day 02 July 2024 Problem No [350] : Intersection of Two Array II Level : Easy Topic : Array Hash Table ...

2:21
350. Intersection of Two Arrays II using Java | Part -01 | HashMap | 02 July 2024 | Data Structures

10 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

51 views

1 year ago

My Learning Hub
1052. Grumpy Bookstore Owner using Java | Leetcode | 21 June 2024 | Array | Sliding Window | Java

LeetCode Problem of the day 21 June 2024 Problem No [1052] : Grumpy Bookstore Owner using Java Level : Medium Topic ...

2:42
1052. Grumpy Bookstore Owner using Java | Leetcode | 21 June 2024 | Array | Sliding Window | Java

16 views

1 year ago

My Learning Hub
2418. Sort the People using Java | 22 July 2024 | Hash Table | Array | Sorting | String | Practice

LeetCode Problem of the day 22 July 2024 Problem No [2418] :Sort the People using Java Level : Easy Topic : Array | Sorting ...

2:29
2418. Sort the People using Java | 22 July 2024 | Hash Table | Array | Sorting | String | Practice

23 views

1 year ago

My Learning Hub
2373.Largest Local Values in a Matrix using Java | 12 MAY 2024 | Matrix | Array | Data Structures

LeetCode Problem of the day 12 May 2024 Problem No [2373] : Largest Local Values in a Matrix using Java Level : Easy Topic ...

1:54
2373.Largest Local Values in a Matrix using Java | 12 MAY 2024 | Matrix | Array | Data Structures

12 views

1 year ago

My Learning Hub
1636. Sort Array by Increasing Frequency using Java | 23 July 2024 | Array | Hash Table |

LeetCode Problem of the day 23 July 2024 Problem No [1636] :Sort by Increasing Frequency using Java Level : Easy Topic ...

3:15
1636. Sort Array by Increasing Frequency using Java | 23 July 2024 | Array | Hash Table |

42 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

22 views

1 year ago

My Learning Hub
1598. Crawler Log Folder using Java | 10 July 2024 | Practice | String | Array | Stack | Java

LeetCode Problem of the day 10July 2024 Problem No [1598] : Crawler Log Folder using java Level : Easy Topic : Array | String ...

2:05
1598. Crawler Log Folder using Java | 10 July 2024 | Practice | String | Array | Stack | Java

14 views

1 year ago