ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

254 results

CodeWithARB
Largest Local Values in a Matrix  (LeetCode 2373)

... Explaination of Leetcode POTD: Question: https://leetcode.com/problems/largest-local-values-in-a-matrix/description/ Solution: ...

18:54
Largest Local Values in a Matrix (LeetCode 2373)

574 views

1 year ago

CodeWithARB
Find All Groups of Farmland  (LeetCode 1992)

Solution and Explaination of Leetcode POTD: Question: https://leetcode.com/problems/find-all-groups-of-farmland/description/ ...

16:29
Find All Groups of Farmland (LeetCode 1992)

179 views

1 year ago

CodeWithARB
Add One Row to Tree  Problem  (LeetCode 623)

... or 1.5x Solution and Explaination of Leetcode POTD: Question: https://leetcode.com/problems/add-one-row-to-tree/description/ ...

18:34
Add One Row to Tree Problem (LeetCode 623)

17 views

1 year ago

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

536 views

1 year ago

CodeWithARB
Reverse Prefix of Word (LeetCode 2000) (Two pointer Approach)

Solution and Explaination of Leetcode POTD: Question: https://leetcode.com/problems/reverse-prefix-of-word/description/ ...

8:47
Reverse Prefix of Word (LeetCode 2000) (Two pointer Approach)

422 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
Find Missing Observations  (LeetCode 2028)  (Array, Maths)

... and Explaination of Leetcode POTD: Question: https://leetcode.com/problems/find-missing-observations/description/ Solution: ...

15:45
Find Missing Observations (LeetCode 2028) (Array, Maths)

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

383 views

1 year ago

CodeWithARB
Sort an Array (LeetCode 912) (Counting Sort)

Solution and Explaination of Leetcode POTD: All Sorting Algorithms: https://www.geeksforgeeks.org/sorting-algorithms/ Question: ...

18:28
Sort an Array (LeetCode 912) (Counting Sort)

240 views

1 year ago

CodeWithARB
Compare Version Numbers (LeetCode 165) (Two Pointer Approach)

Solution and Explaination of Leetcode POTD: Question: https://leetcode.com/problems/compare-version-numbers/description/ ...

15:18
Compare Version Numbers (LeetCode 165) (Two Pointer Approach)

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

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

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

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

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

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

57 views

1 year ago

CodeWithARB
Number of Wonderful Substrings (LeetCode 1915) (Bit Manipulation)

... Explaination of Leetcode POTD: Question: https://leetcode.com/problems/number-of-wonderful-substrings/description/ Solution: ...

24:01
Number of Wonderful Substrings (LeetCode 1915) (Bit Manipulation)

1,483 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
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