ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

107 results

CodeWithARB
Hand of Straights   (LeetCode 846)  (HashMap)

Solution and Explaination of Leetcode POTD: Question: https://leetcode.com/problems/hand-of-straights/description/ Solution: ...

28:36
Hand of Straights (LeetCode 846) (HashMap)

507 views

1 year ago

CodeWithARB
Grumpy Bookstore Owner   (LeetCode 1052)  (Sliding Window)

Solution and Explaination of Leetcode POTD: Solve this problem first for better understanding: ...

27:13
Grumpy Bookstore Owner (LeetCode 1052) (Sliding Window)

244 views

1 year ago

CodeWithARB
Intersection of Two Arrays II   (LeetCode 350)  (HashMap, Two Pointer)

Solution and Explaination of Leetcode POTD: Question: https://leetcode.com/problems/intersection-of-two-arrays-ii/description/ ...

25:18
Intersection of Two Arrays II (LeetCode 350) (HashMap, Two Pointer)

530 views

1 year ago

CodeWithARB
All Ancestors of a Node in a Directed Acyclic Graph   (LeetCode  2192)  (Topological Sort)

... of Leetcode POTD: Question: https://leetcode.com/problems/all-ancestors-of-a-node-in-a-directed-acyclic-graph/description/ ...

42:12
All Ancestors of a Node in a Directed Acyclic Graph (LeetCode 2192) (Topological Sort)

317 views

1 year ago

CodeWithARB
Minimum Difference Between Largest and Smallest Value in Three Moves   (LeetCode 1509)  (Sorting)

Watch at 1.25x or 1.5x In this Video, I explained the solution for Minimum Difference Between Largest and Smallest Value in Three ...

33:25
Minimum Difference Between Largest and Smallest Value in Three Moves (LeetCode 1509) (Sorting)

729 views

1 year ago

CodeWithARB
Remove Nodes From Linked List  (LeetCode 2487)  (Using Monotonic Stack)(Using Reverse Linked List)

You can learn how to implement and analyze the time and Space complexity Solution and Explaination of Leetcode POTD: ...

36:11
Remove Nodes From Linked List (LeetCode 2487) (Using Monotonic Stack)(Using Reverse Linked List)

382 views

1 year ago

CodeWithARB
Magnetic Force Between Two Balls  (LeetCode 1552)   (Binary Search)

... and Explaination of Leetcode POTD: Question: https://leetcode.com/problems/magnetic-force-between-two-balls/description/ ...

39:21
Magnetic Force Between Two Balls (LeetCode 1552) (Binary Search)

703 views

1 year ago

CodeWithARB
Subarray Sums Divisible by K   (LeetCode 974)  (HashMap)

... Explaination of Leetcode POTD: Question: https://leetcode.com/problems/subarray-sums-divisible-by-k/description/ Solution: ...

26:42
Subarray Sums Divisible by K (LeetCode 974) (HashMap)

693 views

1 year ago

CodeWithARB
Maximum Score From Removing Substrings   (LeetCode 1190)  (2 Approaches)

... Leetcode POTD: Question: https://leetcode.com/problems/maximum-score-from-removing-substrings/description/ Using Simple ...

51:47
Maximum Score From Removing Substrings (LeetCode 1190) (2 Approaches)

387 views

1 year ago

CodeWithARB
Path with Maximum Gold   (LeetCode 1219) (Recursion, Backtracking)

Solution and Explaination of Leetcode POTD: Question: https://leetcode.com/problems/path-with-maximum-gold/description/ ...

25:04
Path with Maximum Gold (LeetCode 1219) (Recursion, Backtracking)

302 views

1 year ago

CodeWithARB
Replace Words   (LeetCode 648)   (HashMap)

Solution and Explaination of Leetcode POTD: Question: https://leetcode.com/problems/replace-words/description/ Solution: ...

20:22
Replace Words (LeetCode 648) (HashMap)

594 views

1 year ago

CodeWithARB
Continuous Subarray Sum   (LeetCode 523)   (HashMap)

Solution and Explaination of Leetcode POTD: Question: https://leetcode.com/problems/continuous-subarray-sum/description/ ...

20:51
Continuous Subarray Sum (LeetCode 523) (HashMap)

1,157 views

1 year ago

CodeWithARB
IPO  (LeetCode 502) (Hard) (Heap and Sorting)

Solution and Explaination of Leetcode POTD: Question: https://leetcode.com/problems/ipo/description/ Solution: ...

25:30
IPO (LeetCode 502) (Hard) (Heap and Sorting)

672 views

1 year ago

CodeWithARB
Sum of Distances in Tree  (LeetCode 834) (DP On Tree)

Solution and Explaination of Leetcode POTD: Question: https://leetcode.com/problems/sum-of-distances-in-tree/description/ ...

52:15
Sum of Distances in Tree (LeetCode 834) (DP On Tree)

738 views

1 year ago

CodeWithARB
Regions Cut By Slashes  (LeetCode 959)  (DFS) (Graph)

Solution and Explaination of Leetcode POTD: Question: https://leetcode.com/problems/regions-cut-by-slashes/description/ ...

31:24
Regions Cut By Slashes (LeetCode 959) (DFS) (Graph)

573 views

1 year ago

CodeWithARB
Pass the Pillow (LeetCode 2582)  (Maths)

Solution and Explaination of Leetcode POTD: Question: https://leetcode.com/problems/pass-the-pillow/description/ Solution: ...

21:34
Pass the Pillow (LeetCode 2582) (Maths)

650 views

1 year ago

CodeWithARB
Patching Array (LeetCode 330) (Hard) (Observe the Pattern) (Greedy)

... Solution and Explaination of Leetcode POTD: Question: https://leetcode.com/problems/patching-array/description/ Solution: ...

36:35
Patching Array (LeetCode 330) (Hard) (Observe the Pattern) (Greedy)

806 views

1 year ago

CodeWithARB
Distribute Coins in Binary Tree   (LeetCode 979)  (DFS, Preorder Traversal)

Solution and Explaination of Leetcode POTD: Question: https://leetcode.com/problems/distribute-coins-in-binary-tree/description/ ...

26:26
Distribute Coins in Binary Tree (LeetCode 979) (DFS, Preorder Traversal)

571 views

1 year ago

CodeWithARB
Smallest String Starting From Leaf (LeetCode 988) (All Approaches discussed)

... Explaination of Leetcode POTD: Question: https://leetcode.com/problems/smallest-string-starting-from-leaf/description/ Using ...

26:32
Smallest String Starting From Leaf (LeetCode 988) (All Approaches discussed)

56 views

1 year ago

CodeWithARB
Sort Colors  (LeetCode 75) (Intution Explained) (DNF) (3 Approaches)

... https://www.geeksforgeeks.org/problems/sort-an-array-of-0s-1s-and-2s4231/1 Solution and Explaination of Leetcode POTD: ...

29:47
Sort Colors (LeetCode 75) (Intution Explained) (DNF) (3 Approaches)

368 views

1 year ago