SWEPrep
SWEPrep
  • 5
  • 212
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 : )
มุมมอง: 22

วีดีโอ

Leetcode 198 - House Robber - Dynamic ProgrammingLeetcode 198 - House Robber - Dynamic Programming
Leetcode 198 - House Robber - Dynamic Programming
มุมมอง 1418 วันที่ผ่านมา
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 - DFSLeetcode 100 - Same Tree - DFS
Leetcode 100 - Same Tree - DFS
มุมมอง 1625 วันที่ผ่านมา
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 - DFSLeetcode 104 - Maximum Depth of Binary Tree - DFS
Leetcode 104 - Maximum Depth of Binary Tree - DFS
มุมมอง 11626 วันที่ผ่านมา
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 - BacktrackingLeetcode 78 - Subsets - Backtracking
Leetcode 78 - Subsets - Backtracking
มุมมอง 4710 หลายเดือนก่อน
0:00 - Reading the question 4:50 - Writing the code the implementation 10:30 - Verifying code success Leetcode 78 #subset #python #Leetcode #swe #Apple

ความคิดเห็น

  • @richmondyevudza8986
    @richmondyevudza8986 10 หลายเดือนก่อน

    We need more of these.

  • @papakwesisterlin6663
    @papakwesisterlin6663 10 หลายเดือนก่อน

    I really liked how you broke down the problem to explain before you started coding. Can we get more problems on here.!!

  • @rodneyagyei6589
    @rodneyagyei6589 10 หลายเดือนก่อน

    Best explanation I have seen of this problem on TH-cam!

  • @beatsbykhali1483
    @beatsbykhali1483 10 หลายเดือนก่อน

    Backtracking was so difficult at first but your video made it look easy. Very insightful.