SWEPrep
SWEPrep
  • 5
  • 175
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 : )
Переглядів: 4

Відео

Leetcode 198 - House Robber - Dynamic ProgrammingLeetcode 198 - House Robber - Dynamic Programming
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 - DFSLeetcode 100 - Same Tree - DFS
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 - DFSLeetcode 104 - Maximum Depth of Binary Tree - DFS
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 - BacktrackingLeetcode 78 - Subsets - Backtracking
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

КОМЕНТАРІ

  • @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 UA-cam!

  • @beatsbykhali1483
    @beatsbykhali1483 10 місяців тому

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