Channel Avatar

InterviewDose @UCBT0RLm76RoVG92ykR9Togw@youtube.com

1.2K subscribers - no pronouns :c

"Be The Best" by reviewing only these computer science quest


43:51
Design a Parking lot ( getting familiar with excalidraw )
18:34
Leetcode 253 - meeting room ii
13:55
leetcode 986 - interval intersections
07:11
leetcode 54 - spiral matrix - template
02:21
Have you heard Vertical Order traversal ? Read this article
01:22
Master these #balanced Brackets techniques for your next interview
13:56
Maximum size subarray - leetcode 560 , 53
11:09
What do we have and what's next ?
07:30
How to publish content at interviewdose.com
16:07
LeetCode 161 - 1 Edit distance Simplified
11:52
Topological Sort with simplified Code
12:09
Next permutation - Leetcode 31
15:56
Sliding window max - LC 239 | Applying my template to solve this hard problem
10:53
Solve any sliding window problem with my template !
20:21
Understand MonotonicStack and Solve this leetcode 739. Daily Temperatures
03:56
Switch to java 17 for a better switch
24:53
Leetcode 416, 494 | Subset Sum and Target Sum
08:32
leetcode 698. Partition K equal sum subsets
38:11
Solve any Subsets, Powerset, KnapSack, Backtracking problem with my template
12:30
BFS serialization for Binary Tree - Impress the interviewer using BFS rather than DFS
10:37
#aws questions series 4 ( what is 11-9s in s3 )
05:40
#aws questions series 3 ( why #s3 )
09:04
#aws questions series - 2 #sqs
00:41
Try - Hope you do right away
02:46
What skills should I add in my resume to stand out ? ( #aws general knowledge )
03:10
Why do we fail ? ( As we grow )
03:24
Typing skills for coding interviews ( for who doesn't have good typing speed )
03:41
Handling Conflicts ( behavioral interview question )
00:54
firstround is finalround #shorts
29:21
Leetcode 108, 109. Create BST from sorted list
12:08
Leetcode's No 1 Coding question
22:01
Leetcode 140. Word break✌️solution Solved using word break☝️ ( Ep 3 )
20:23
Word Break solved using DFS, Memoization and DP ( Ep - 2)
12:43
Wordbreak . Leetcode 139 - Solved using DFS approach
04:15
Number of Half Nodes in a tree
10:46
BFS Serialize and Deserialization of Binary Tree 🔥
13:15
Leetcode 1649. Create Sorted Array through Instructions
08:09
Mitroon #modiscript in 2021
11:02
Leetcode 1541: Minimum insertion to balance brackets - Ep6
12:58
Leetcode 1249. Minimum remove to make valid parentheses - Balanced Brackets Ep5
11:19
Leetcode 32. Longest Valid Parenthesis Substring - Ep4
13:51
Leetcode 678. Valid Parenthesis String - Ep3
08:26
Leetcode 921. Valid parenthesis, Brackets Match Ep 2
10:58
Leetcode 20. Valid parenthesis - Ep 1
05:49
Leetcode 34. First and Last element in a sorted array Using The Exotic Binary Search
05:25
Total Distance of a tree using BFS and DFS Explained
12:16
Algorithms: Binary Search [Exotic] 🔥 Don't ever use plain vanilla
12:34
Books for Software engineering interviews - Coder must Read #mybooks #interviewdose
14:40
Leetcode 953. Validate an Alien 👻 dictionary - Constant Space and O(N*M) Time
09:48
Check if two strings are anagram 🤲 in Constant Space 🤫 - Time O(N) #interviewdose
16:21
Leetcode 252 🔓 Solve Meeting rooms in Google docs 🔥 - Clean Coding Interview Tips
06:55
Check if a number is a Happy Number - Use of while and for loop that's it
07:24
Leetcode 100, 101. Given two binary trees check if they are Same or Symmetric
10:47
Leetcode 314. Vertical Order Traversal of a Binary Tree - O(N) Time and O(N) Space
04:20
Leetcode 938. Range Sum of BST in better than O(N) Time
06:18
Leetcode 404. Sum of Left Leaves | 404 is not found but here I found and simplified 404 :)
06:11
Leetcode 121 - Best time to buy and sell stock
06:03
Deepest node in a binary tree | BFS and DFS approach explained
05:01
LeetCode 21. Merge two sorted link lists Solved in O(N) Time
05:57
Check if a number is a Power of Two - LeetCode 231 Both log(N) and O(N) Solutions explained