Channel Avatar

Codeum - Aman Baluni @UCqLJFbPEkScjaipOnbg-lMw@youtube.com

1.22K subscribers - no pronouns set

Master programming languages, explore cutting-edge technolog


11:44
Count Triplets That Can Form Two Arrays of Equal XOR | Leetcode 1442 | EASY Solution
08:30
Number of Steps to Reduce a Number in Binary Representation to One | Leetcode 1404 | EASY Solution
17:24
Get Equal Substrings Within Budget | Leetcode 1208 | 3 Approaches | EASY Solution
18:31
Special Array With X Elements Greater Than or Equal X | Leetcode 1608 | Brute Force & Optimal
22:49
Student Attendance Record II | Leetcode 552 | Recursion + Memoization | EASY Solution
19:05
Word Break II | Leetcode 140 | Backtracking | EASY Solution with Detailed Explanation
33:32
Maximum Score Words Formed by Letters | Leetcode 1255 | Intuition | EASY Solution
15:51
The Number of Beautiful Subsets | Leetcode 2597 | Backtracking | EASY Solution
24:22
Palindrome Partitioning | Leetcode 131 | Backtracking | EASY Solution with Detailed Explanation
13:20
Subsets | Leetcode 78 | EASY Solution with Detailed Explanation
11:29
Sum of All Subset XOR Totals | Leetcode 1863 | EASY Solution with Detailed Explanation
20:57
Find the Maximum Sum of Node Values | Leetcode 3068 | EASY Solution with Detailed Explanation
20:17
Distribute Coins in Binary Tree | Leetcode 979 | EASY Solution with Detailed Explanation
06:30
Delete Leaves With a Given Value | Leetcode 1325 | EASY Solution with Detailed Explanation
25:21
Find the Safest Path in a Grid | Leetcode 2812 | BFS | EASY Solution with Detailed Explanation
24:27
Path with Maximum Gold | Leetcode 1219 | DFS | Backtracking | EASY Solution
19:05
Score After Flipping Matrix | Leetcode 861 | EASY Solution with Detailed Explanation
14:39
Largest Local Values in a Matrix | Leetcode 2373 | EASY Solution with Detailed Explanation
25:49
K-th Smallest Prime Fraction | Leetcode 786 | 2 Approaches | EASY Solution with Detailed Explanation
12:43
Maximize Happiness of Selected Children | Leetcode 3075 | Greedy Way | Intuition & Solution
28:10
Relative Ranks | Leetcode 506 | 2 Detailed Approaches | EASY Solution with Detailed Explanation
26:39
Double a Number Represented as a Linked List | Leetcode 2816 | Detailed Approaches | EASY Solution
05:10
Delete Node in a Linked List | Leetcode 237 | 2 Lines Code EASY Solution with Detailed Explanation
09:29
Boats to Save People | Leetcode 881 | EASY Solution with Detailed Explanation
13:33
Compare Version Numbers | Leetcode 165 | EASY Solution with Detailed Explanation
13:12
Largest Positive Integer That Exists With Its Negative | Leetcode 2441 | 2 Approaches
03:33
Reverse Prefix of Word | Leetcode 2000 | EASY Solution with Detailed Explanation
29:52
Number of Wonderful Substrings | Leetcode 1915 | Bit Manipulation | EASY Solution
12:49
Minimum Number of Operations to Make Array XOR Equal to K | Leetcode 2997 | 2 Methods
05:51
Find the Integer Added to Array I | Leetcode 3131 | 2 Approaches | EASY Solution
17:21
Minimum Falling Path Sum II | Leetcode 1289 | Straight - forward Approach
26:21
Longest Ideal Subsequence | Leetcode 2370 | Brute Force & Optimized Code EASY Solution
13:17
N-th Tribonacci Number | Leetcode 1137 | Recursion + Memoization EASY Solution
36:18
Minimum Height Trees | Leetcode 310 | BFS & Topological Sort EASY Solution
25:07
Open the Lock | Leetcode 752 | Using BFS | EASY Solution with Detailed Explanation
09:16
Find if Path Exists in Graph | Leetcode 1971 | DFS & BFS | EASY Solution with Detailed Explanation
16:09
Find All Groups of Farmland | Leetcode 1992 | EASY Solution with Detailed Explanation
14:35
Number of Islands | Leetcode 200 | BFS & DFS | EASY Solution with Detailed Explanation
12:17
Island Perimeter | Leetcode 463 | Without BFS & DFS | EASY Solution with Detailed Explanation
13:49
Smallest String Starting From Leaf | Leetcode 988 | DFS | EASY Solution with Recursion
11:57
Add One Row to Tree | Leetcode 623 | Recursion | EASY Solution with Detailed Explanation
11:14
Sum Root to Leaf Numbers | Leetcode 129 | Recursion | EASY Solution with Detailed Explanation
07:53
Maximum Prime Difference | Leetcode 3115 | Binary Search Approach | Weekly Contest 393
06:15
Latest Time You Can Obtain After Replacing Characters | Leetcode 3114 | Weekly Contest 393
08:22
Sum of Left Leaves | Leetcode 404 | Intuition + Approach | EASY Solution with Detailed Explanation
20:37
Maximal Rectangle | Leetcode 85 | 3 Ques in One Video | EASY Solution with Detailed Explanation
11:29
Trapping Rain Water | Leetcode 42 | Array Preprocessing | EASY Solution
16:13
Remove K Digits | Leetcode 402 | 2 Approaches | Greedy Method EASY Solution
14:08
Reveal Cards In Increasing Order | Leetcode 950 | EASY Solution with Detailed Explanation
12:06
Number of Students Unable to Eat Lunch | Leetcode 1700 | Optimized Code without stack & queue
11:05
Minimum Remove to Make Valid Parentheses | 15 Lines Code | Leetcode 1249 | Simple Solution
05:50
Length of Last Word | Leetcode 58 | EASY Solution with Detailed Explanation
16:07
Glassmorphism Modern Login Form using HTML & CSS | Codeum
12:10
Palindrome Linked List | 2 Approaches | Leetcode 234 | EASY Solution with Detailed Explanation
12:27
Merge In Between Linked Lists | Leetcode 1669 | EASY Solution with Detailed Explanation
14:33
Minimum Number of Arrows to Burst Balloons | Leetcode 452 | EASY Solution with Detailed Explanation
04:56
Count Substrings Starting and Ending with Given Character | Leetcode 3084 | Weekly Contest 389
02:57
Existence of a Substring in a String and Its Reverse | Leetcode 3083 | Weekly Contest 389 Solution
15:49
Product of Array Except Self | 2 Approaches | Leetcode 238 | EASY Solution with Detailed Explanation
22:09
Find the Pivot Integer (3 Approaches) | Leetcode 2485 Daily Challenge | EASY Solution