- 5
- 175
SWEPrep
Приєднався 31 січ 2024
Leetcode 146 - LRU Cache - Ordered Dictionary
0:00 - Reading the problem
2:28 - Visual representation of solution
8:50 - Code Implementation
Leetcode 146
#OrderedDict #Python #SWEPrep #Leetcode #LRUCache # DataStructures
Please leave suggestions to help make your learning journey even better : )
2:28 - Visual representation of solution
8:50 - Code Implementation
Leetcode 146
#OrderedDict #Python #SWEPrep #Leetcode #LRUCache # DataStructures
Please leave suggestions to help make your learning journey even better : )
Переглядів: 4
Відео
Leetcode 198 - House Robber - Dynamic Programming
Переглядів 54 дні тому
0:00 - Reading the problem 0:23 - Visual representation of solution 5:03 - Code Implementation Leetcode 198 #DP#Python #SWEPrep #Leetcode Please feel free to leave suggestions :)
Leetcode 100 - Same Tree - DFS
Переглядів 511 днів тому
0:00 - Reading the problem 0:23 - Visual representation of solution 5:03 - Code Implementation Leetcode 100 #Trees #Python #SWEPrep #Leetcode
Leetcode 104 - Maximum Depth of Binary Tree - DFS
Переглядів 11512 днів тому
0:00 - Reading the problem 1:10 - Visual representation of solution 7:30 - Code Implementation Leetcode 104 #Trees #Python #SWEPrep #Leetcode Please feel free to leave any suggestions that can make your learning experience even better :)
Leetcode 78 - Subsets - Backtracking
Переглядів 4610 місяців тому
0:00 - Reading the question 4:50 - Writing the code the implementation 10:30 - Verifying code success Leetcode 78 #subset #python #Leetcode #swe #Apple
We need more of these.
I really liked how you broke down the problem to explain before you started coding. Can we get more problems on here.!!
Best explanation I have seen of this problem on UA-cam!
Backtracking was so difficult at first but your video made it look easy. Very insightful.