Binary Tree Algorithms for Technical Interviews - Full Course

แชร์
ฝัง
  • เผยแพร่เมื่อ 21 ก.ย. 2024

ความคิดเห็น • 398

  • @davitkvaratskhelia4033
    @davitkvaratskhelia4033 2 ปีที่แล้ว +155

    I just watched day before to my interview and I was called today to be hired. Going to donate full of my first salary.

    • @ytg6663
      @ytg6663 10 หลายเดือนก่อน +2

      Done ?

    • @funnyvideo8677
      @funnyvideo8677 7 หลายเดือนก่อน +1

      ???

    • @davitkvaratskhelia4033
      @davitkvaratskhelia4033 7 หลายเดือนก่อน +16

      Sure, I’ve completed my sentence.

    • @beqabeqa4955
      @beqabeqa4955 7 หลายเดือนก่อน +2

      გამიხარდა ქართველის კომენტარი აქ და თან გამიკვირდა :დ

    • @davitkvaratskhelia4033
      @davitkvaratskhelia4033 7 หลายเดือนก่อน

      @@beqabeqa4955 ratom gagikvirda 😂

  • @deniskhakimov
    @deniskhakimov 2 ปีที่แล้ว +92

    This guy is the best! I just wanted to brush up on this topic and stumbled upon this precious lecture. Now I want to watch all his lessons 🤓👍

  • @Secretzstolen
    @Secretzstolen 2 ปีที่แล้ว +32

    I love that he goes over all the common mistakes people often make on the first try! It's very normalizing to see him show those mistakes, makes me feel much better lol, and also the explanations of those mistakes dig deeper and improve our understanding.

  • @soulju9144
    @soulju9144 ปีที่แล้ว +12

    Alvin was born to teach anything coding related I'm certain. Got introduced to him while going through app academy and everytime i see a video of his I'll watch it several times over. Ofc I try to make an independent attempt at understanding but the amount of clarity that comes from him is amazing. Thank you

  • @IldarSagdejev
    @IldarSagdejev ปีที่แล้ว +12

    The recursive depth-first traversal is essentially the same as the solution using a stack, it's just that you're using the call stack as the stack for the algorithm.

  • @piglovesasy
    @piglovesasy ปีที่แล้ว +4

    NOT confusing explanation, soothing and clear voice, so glad I found you! great work! thanks Alvin

  • @gagag96
    @gagag96 2 ปีที่แล้ว +25

    This was a great video and very well organized. I finished watching the whole video while coding the problems on Visual Studio Code in Python and now feel I have a good grasp of BFS, DFS, especially using recursion which I struggled with before. Thank you Alvin!

    • @kowshikthopalli866
      @kowshikthopalli866 2 ปีที่แล้ว

      did you code binary tree in python yourself? or is his code available in python somewhere
      ? TIA

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

      @@kowshikthopalli866You can implement any code of any language once you have good grasp over the language you are learning

  • @muktarsayeed9198
    @muktarsayeed9198 ปีที่แล้ว +5

    I like the way you broke down the recursion problems into base cases and general cases and tackled each one independently then combined it for the final solution. I think my issue was I tried to solve it in one go which led to me getting stuck. The recursive problems can be a real head wrecker if you're not careful!!

  • @illogicalstuff6099
    @illogicalstuff6099 2 ปีที่แล้ว +25

    I am still trying to figure out, how is he able to understand recursion so well, explain it so well, and master it so well. 🥺

  • @shaunakgalvankar4502
    @shaunakgalvankar4502 2 ปีที่แล้ว +25

    Amazing videos alvin,got the clarity of thought needed for solving problems recursively and also dynamic programming doesn't seem a giant anymore

    • @EsotericArnold
      @EsotericArnold 2 ปีที่แล้ว

      ahh man , this is exciting to hear.

  • @phen2841
    @phen2841 2 ปีที่แล้ว +5

    What a great course! For anyone wondering, I was able to follow along in Python despite the code being in JS with minimal issues! Would recommend

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

      Modern JS borrowed a lot from Python, at this point it’s kind of like python but with curly braces and const or let for variable declaration

  • @mgkyawzayya4148
    @mgkyawzayya4148 2 ปีที่แล้ว +121

    Legend is coming back again.

  • @diniaadil6154
    @diniaadil6154 2 ปีที่แล้ว +20

    For the last problem, you could consider the null nodes as your base case but return 0 rather than negative infinity. In that way they would not contribute to the path sum, and you won't have to add leaf nodes in your base case as both paths would return your current node value + 0.
    However, this only works knowing that the node values are positive.

    • @rajbhandari9605
      @rajbhandari9605 2 ปีที่แล้ว

      Thanks! I was wondering the same thing.

    • @elab4d140
      @elab4d140 25 วันที่ผ่านมา

      yeah, just like you said, there could be negative values in the tree

  • @khaino6828
    @khaino6828 2 ปีที่แล้ว +1

    This guy is the best data structure and algorithm instructor I have known so far….

  • @benhardsim8629
    @benhardsim8629 2 ปีที่แล้ว +7

    Alvin is my favorite tutor in free code camp, i always watch the video he make no matter what is it about. His video about dynamic programming and graph theory is really good , you guys should check it out. 👍

    • @Jitendrakumar-gb7cn
      @Jitendrakumar-gb7cn 2 ปีที่แล้ว

      Yes he is very good , have you seen his dp tutorial?

    • @Sz-hi7wj
      @Sz-hi7wj 2 ปีที่แล้ว

      @@Jitendrakumar-gb7cn ,, His video about dynamic programming and graph theory is really good"

  • @BlueHat1
    @BlueHat1 5 หลายเดือนก่อน +1

    This teach is the best! He really helps us visualize those abstract topics so well, which I'm sure helps a lot of people. Thank you!

  • @hmmm-ts3rb
    @hmmm-ts3rb 2 ปีที่แล้ว +3

    no way!!!! literally found his vids on dp and graphs last week, watching this asap.

  • @lucaslorenzo-v4n
    @lucaslorenzo-v4n 8 หลายเดือนก่อน +2

    it is incredible the way that you explain these challenging concepts with ease. I also watched your DP video and its amazing. Keep it going with the content

  • @akshaychavan5511
    @akshaychavan5511 6 หลายเดือนก่อน

    Alvin is right. It's tricky to implement BFS using recurision and I did implement it -
    def BFS_recursive(root: Node):
    def myBFS(root:Node):
    if not root: return []
    result = []
    if root.left: result.append(root.left.val)
    if root.right: result.append(root.right.val)
    leftValues = myBFS(root.left) # [d,e]
    rightValues = myBFS(root.right) # [f]
    result+=(leftValues+rightValues)
    return result
    return [root.val]+myBFS(root)
    print('Recursive BFS output as list =>')
    print(BFS_recursive(a))

  • @tabhashim3887
    @tabhashim3887 ปีที่แล้ว

    For the last problem (Max Root to Leaf Path Sum) I feel like writing it this way is a bit more elegant but also makes a bit more sense to me, in case it helps anyone:
    def max_r2l_R(root):

    if(root==None):
    return 0

    return max( root.val+max_r2l_R(root.left), root.val+max_r2l_R(root.right) )
    This has ONLY 1 base case, because if you are at a leaf node, When you recursively call the function on the children you will hit the base case, which will return 0, effectively not altering your sum.
    This is Python, but the idea should still hold :)

  • @pammugaadu
    @pammugaadu 2 ปีที่แล้ว +4

    Thank you so much. It really helped me to understand the tree traversal in detail. Thanks again! I understood the DFS and BFS for the first time. Use of Queue and Stack for them is the key to understand the whole.

  • @VitaminBeast3
    @VitaminBeast3 2 ปีที่แล้ว +19

    Wow, this even helped me in my lumberjack career

    • @wolffcaleb1
      @wolffcaleb1 6 หลายเดือนก่อน +1

      😂 A+

  • @supermanfan3805
    @supermanfan3805 2 ปีที่แล้ว +1

    I don't comment much but man...your teaching skills are awesome. You explain like how a student want a teacher should explain to them.

  • @omarshaikh1461
    @omarshaikh1461 2 ปีที่แล้ว +2

    Great video on Binary Trees. I was struggling to solve basic problems in Binary Trees and then i finally stumbled upon this video. The way Alvin walks through the course really drills down the concept in your head and makes you feel so comfortable ! Amazing 💯

  • @bluebutterfly8409
    @bluebutterfly8409 24 วันที่ผ่านมา

    It feels like all these problems are nothing; he just wrote two lines of code and it was done . he is so good

  • @hafizmo3480
    @hafizmo3480 ปีที่แล้ว

    Great material.
    1:20:25 BinaryTree is supposed to store lower value on the left and greater on the right.
    private int getMin(BinaryTree bt) {
    if(bt == null) return -1;
    if(bt.left == null) return bt.val;
    return getMin(bt.left);
    }

    • @suar_pilla
      @suar_pilla 8 หลายเดือนก่อน

      Looks like its a wrong diagram

    • @hafizmo3480
      @hafizmo3480 8 หลายเดือนก่อน

      @@suar_pilla Actually BST(Binary Search Tree) is supposed to store smaller value on the left, that doesn't apply to Binary Tree. Wording is little bit confusing

    • @swaminathbera6407
      @swaminathbera6407 28 วันที่ผ่านมา

      For info., In BST, there is no strict rule that less elements should go to left subtree, it's just an convention. You can make a BST where greater elements go to left and smaller go to right. You just need a partition

  • @bhargavpandya9189
    @bhargavpandya9189 2 ปีที่แล้ว +2

    YES! Looking at the thumbnail emojis itself I knew I am gonna enjoy this video! Alvin is back!

  • @dp2120
    @dp2120 5 หลายเดือนก่อน

    Alvin is unbelievable. This is the best course on this topic. Impossible to do a better job.

  • @benzz22126
    @benzz22126 2 ปีที่แล้ว +3

    alvin is the best instructor on this channel. his voice and explanations are clear, and the animations help so much. thank you for this free education

  • @ojtechml
    @ojtechml 2 ปีที่แล้ว +7

    If you're doing this in python a good alternative to the spread operator is the splat operator so:
    def depth_search_r(root):
    if root is None:
    return []
    val_left = depth_search_r(root.left)
    val_right= depth_search_r(root.right)
    return [root.val, *val_left, *val_right] #splat operator flattens list returned

    • @SWolf-hm5uu
      @SWolf-hm5uu 2 ปีที่แล้ว

      Thanks!! Been looking for this

    • @MichaelShingo
      @MichaelShingo ปีที่แล้ว

      You can also just add lists like [root.val] + val_left + val_right

  • @carolfarris5967
    @carolfarris5967 ปีที่แล้ว +1

    This course is so organized and clear! Outstanding work. Thanks for sharing these lessons on youtube!

  • @matiasalarcon5061
    @matiasalarcon5061 4 หลายเดือนก่อน

    The topic was confusing for me and I really needed a some sort of direction to know where to start. I really appreciate this video, thank you very much man.

  • @riceball100
    @riceball100 2 ปีที่แล้ว +3

    This is an excellent video, when I sat down and really watched this thoroughly after practicing a bunch of binary tree algos, this helped to solidify even more concepts.

  • @CodewithRSV
    @CodewithRSV 2 ปีที่แล้ว +11

    These are some premium quality tutorials.

  • @saurabhnambiar5514
    @saurabhnambiar5514 2 ปีที่แล้ว +3

    i am jus loving the fact that these are in Js
    ...Thankyou sir!

  • @justdevi
    @justdevi 2 ปีที่แล้ว

    This guy is a legend, idek js but i coded it in python just by watching this video. Thank you so much for putting this gold out here for free

  • @zm690
    @zm690 2 ปีที่แล้ว

    I really enjoy this tutorials, it is go step by step rather than throw all at once.

  • @Learn_with_cosmos
    @Learn_with_cosmos 2 ปีที่แล้ว

    I am here to review this and boy oh boy your teaching style is making me feel like a genius again. Well you are the genius. I feel the transfer of knowledge. I didn't even need to open my editor. Just pen an paper.

  • @saleem-hadad
    @saleem-hadad 2 ปีที่แล้ว

    My solution to the last problem
    function getMaxRootToLeaf(root) {
    if(!root) return -Infinity;
    return root.value + Math.max(0, getMaxRootToLeaf(root.left), getMaxRootToLeaf(root.right))
    }
    the check for the left node and the right node to be null is not necessary and can be replaced with comparing to zero in the min method.

  • @shibmobileverse468
    @shibmobileverse468 ปีที่แล้ว

    Jeez. Searching for ONNLY BT and NOT BST is a hassle.
    Thankfully your video actually is about BT

  • @i_dont_want_a_handle
    @i_dont_want_a_handle 2 ปีที่แล้ว +4

    20:33 - Space complexity is actually O(h) where h = height of a tree

    • @yonahgraphics
      @yonahgraphics 2 ปีที่แล้ว

      I don't think so. Remember the maximum number of nodes that can be on a stack at any particular time is 3, so I think it is actually O(3) === O(1)

    • @GrayOwl.
      @GrayOwl. 2 ปีที่แล้ว

      The max for that example is 3 however as the tree grows so does the max number so in that case it's O(h) not O(1). However this is only true in ideal conditions, if the tree was unbalanced then the height tends to approach n hence it's also fair to consider the space complexity as O(n). The worst case of such an unbalanced tree would be a linkedList looking tree for example. So both O(n) and O(h) are right, but O(h) or even O(logn) are better answers for most real binary trees.

    • @yonahgraphics
      @yonahgraphics 2 ปีที่แล้ว

      @@GrayOwl. That's a good explanation. I get you now!

  • @jrumac
    @jrumac 8 หลายเดือนก่อน

    this is such a great video for quickly getting back up to speed on trees and basic tree traversal. thank you!

  • @jamesyinbaare
    @jamesyinbaare ปีที่แล้ว +1

    5 minutes into the video and I'm enjoying it already

  • @CauseOfFreedom-mc7fx
    @CauseOfFreedom-mc7fx 3 หลายเดือนก่อน

    Thanks Alvin for this and the dynamic programming course. They're both really helpful.

  • @thilagavathiaruchamy2564
    @thilagavathiaruchamy2564 5 หลายเดือนก่อน

    Really appreciate this effort. Cant express in words how he explains clearly each concept.

  • @kesavanela5815
    @kesavanela5815 6 หลายเดือนก่อน

    1:19:33 - "Eventually, everything's gonna leave. Right?"
    Yes, Alvin. I feel you..

  • @mdsiddic
    @mdsiddic 2 ปีที่แล้ว

    hey man you rocking, since 3 years i am learning data structure and algorithm.. i never feel this much understanding.

  • @EnriqueMoranG
    @EnriqueMoranG 2 ปีที่แล้ว +1

    Hi bro! I followed the whole video until the end and finally did the last exercise by my own and it worked! Thanks for the lessons , i love you and wish you a Merry Christmas ♥

  • @erikbustos2187
    @erikbustos2187 2 ปีที่แล้ว +2

    Thank You a lot Alvin for the great Course. Definitively Structy is the best place to prepare efficiently for interviews.

  • @harshrajput3547
    @harshrajput3547 2 ปีที่แล้ว +2

    Even before starting the video, I knew it's gonna be Alvin

  • @mpalanipsbb
    @mpalanipsbb 8 หลายเดือนก่อน

    One of the best tree algo videos on YT!

  • @ajaypratapsingh240
    @ajaypratapsingh240 5 หลายเดือนก่อน

    This is my second video of yours after linked list. Really appreciated you Bro.

  • @akshaychavan5511
    @akshaychavan5511 6 หลายเดือนก่อน

    I implemented iterative BFS using Stack as well as Queue in Python -
    # Iterative BFS using Stack
    def BFS(root: Node):
    if not root: return []
    result = []
    stack = [root]
    while len(stack)>0:
    current = stack.pop()
    if current:
    if current.right: stack.append(current.right)
    if current.left: stack.append(current.left)
    if current.left:
    result.append(current.left.val)
    if current.right:
    result.append(current.right.val)
    return [root.val] + result
    print('Iterative BFS output as list =>')
    print(BFS(a))
    # Iterative BFS using Queue
    from collections import deque
    def BFS_queue(root: Node):
    if not root: return []
    queue = deque()
    queue.append(root)
    result = []
    while len(queue)>0:
    current = queue.popleft()
    if current:
    result.append(current.val)
    queue.append(current.left)
    queue.append(current.right)
    return result
    print('Iterative BFS output as list =>')
    print(BFS_queue(a))

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

    This explanation helped me complete a major homework. Thank you.

  • @stupidoost607
    @stupidoost607 5 หลายเดือนก่อน

    It just hit my head that whole thing about BFS stack and dfs is that dfs has stack trace which is very same using stack in BFS. mind blown

  • @vicmar4167
    @vicmar4167 6 หลายเดือนก่อน

    You have a gift for explaining things, I will advise to work a bit on your presentation habits to remove the world filler such as "right, here, etc" and you will take your presentation to the next level!

  • @techtutorials5298
    @techtutorials5298 6 หลายเดือนก่อน

    This is some great content, so glad that I cam across this. Thank you for such clear tutorial

  • @inhtruongvu7618
    @inhtruongvu7618 11 หลายเดือนก่อน +1

    00:04 Cây nhị phân thường được sử dụng trong phát triển phần mềm.
    02:21 Cây nhị phân là cây mà mỗi nút có nhiều nhất hai nút con.
    07:07 Cây nhị phân vẫn có thể là cây nhị phân ngay cả khi nó chỉ có một con hoặc không có nút nào.
    09:25 Các bài toán về cây nhị phân rất khó nhưng có thể được xác định bằng cách làm theo ba quy tắc sau:
    14:06 Độ sâu truyền tải đầu tiên của cây nhị phân
    16:25 Hoạt động ngăn xếp giới hạn ở trên cùng
    21:02 Triển khai giải pháp JavaScript cho vấn đề giá trị độ sâu đầu tiên
    23:23 Thuật toán độ sâu đầu tiên in các nút theo thứ tự đầu tiên bên phải.
    28:07 Xử lý giá trị null trong mã một cách hiệu quả
    30:22 Tạo đệ quy duyệt cây theo chiều sâu
    35:19 Các giá trị độ sâu đầu tiên có thể được giải quyết theo cách đệ quy hoặc lặp lại bằng cách sử dụng cấu trúc dữ liệu ngăn xếp.
    37:42 Cấu trúc được thảo luận là một hàng đợi duy trì thứ tự các phần tử.
    42:17 Triển khai truyền tải theo chiều rộng đầu tiên bằng cách sử dụng cấu trúc dữ liệu hàng đợi trong JavaScript
    44:44 Giải pháp lặp lại cho việc truyền tải theo chiều rộng lần đầu tiên
    49:27 Duyệt qua theo chiều rộng đầu tiên
    51:44 Độ phức tạp về thời gian của chiến lược lặp lại theo chiều rộng là O(n) và độ phức tạp về không gian cũng là O(n).
    56:30 Giải pháp JavaScript cho cây bao gồm vấn đề khi sử dụng truyền tải theo chiều rộng trước và chiều sâu đầu tiên
    59:03 Mã đang duyệt cây theo thứ tự chiều rộng đầu tiên
    1:03:48 Tính tổng tất cả các giá trị trong cây nhị phân
    1:06:13 Giải quyết vấn đề một cách đệ quy bằng cách sử dụng phương pháp truyền tải theo chiều sâu.
    1:11:19 Độ phức tạp về thời gian và không gian của giải pháp là O(n).
    1:13:40 Mã đệ quy để tìm tổng của cây
    1:18:25 Mã để thêm các nút con vào hàng đợi và tính tổng số tiền có thể được đơn giản hóa và cải tiến.
    1:20:57 Thực hiện phương pháp lặp để tìm giá trị nhỏ nhất trong cây
    1:25:24 Triển khai thuật toán truyền tải theo chiều sâu đầu tiên bằng cách sử dụng ngăn xếp trong JavaScript
    1:27:44 Sử dụng một biến để theo dõi giá trị nhỏ nhất hiện tại
    1:32:36 Sử dụng hàm math.min để tìm giá trị nhỏ nhất trong JavaScript
    1:34:58 Tính tổng đường đi tối đa từ gốc tới lá bất kỳ.
    1:39:33 Sử dụng trường hợp cơ bản là âm vô cực cho các nút null và tìm mức tối đa, chúng tôi tính toán câu trả lời cho mỗi cây con.
    1:41:40 Đường dẫn từ gốc tới lá tối đa trong cây được tính toán đệ quy.
    1:46:38 Mã đang gây ra lỗi do nút không đối xứng.
    1:48:52 Lời khuyên phỏng vấn kỹ thuật
    Crafted by Merlin AI.

  • @jayrollo1352
    @jayrollo1352 2 ปีที่แล้ว +1

    Alvin is the best teacher dude.

  • @5uryaprakashp1
    @5uryaprakashp1 2 ปีที่แล้ว

    @Alvin, you are best, your voice and the way you explained is just fabulous.

  • @milo_andrs
    @milo_andrs 2 ปีที่แล้ว

    Dude, the way you explain this is impecable. Great job, please keep making videos like this ✌️

  • @neebuandsocanyou7557
    @neebuandsocanyou7557 2 ปีที่แล้ว +1

    Alvin is the GOAT

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

    Omg! You just simplified things a lot for me. So easy to understand! Awesome video!

  • @tugayersoy4489
    @tugayersoy4489 3 หลายเดือนก่อน +1

    this video was amazing, ty for effort

  • @Ziggy0120
    @Ziggy0120 2 ปีที่แล้ว +1

    Alvin this is an excellent video. I wish you were my teacher when I started programming!

  • @PeachiiWubs
    @PeachiiWubs 2 ปีที่แล้ว +1

    Not all heroes wear capes. This channel is just too good.

  • @snoudoubts1745
    @snoudoubts1745 2 ปีที่แล้ว

    I’m in awe of how good this guy is in every video.

  • @dawidszyszko
    @dawidszyszko 2 ปีที่แล้ว

    You are getting my money, I'm being this course.

  • @slymastera
    @slymastera 9 หลายเดือนก่อน

    best explanation of dfs thank you

  • @natali_li90
    @natali_li90 7 หลายเดือนก่อน

    Thank you for this amazing course!

  • @steakdriven
    @steakdriven 2 ปีที่แล้ว

    I did those three lines in one: return Math.min(root.value, treeMinValue(root.left), treeMinValue(root.right) )

  • @yevhen-bondariev
    @yevhen-bondariev 2 ปีที่แล้ว +1

    Alvin for president!

  • @siddharthqs
    @siddharthqs 19 วันที่ผ่านมา

    I became a big fan of recursion become of this guy.

  • @observed1907
    @observed1907 2 ปีที่แล้ว +1

    This guy teaches so well

  • @michaelthomashamilton
    @michaelthomashamilton ปีที่แล้ว +1

    Had to do a double-take. I was like, "hey isn't that the guy from App Academy?" lol

  • @mearjuntripathi
    @mearjuntripathi ปีที่แล้ว

    After watch 50+ video on tree i gaot this which one is best to understand and clear my concept

  • @antoncid5044
    @antoncid5044 2 ปีที่แล้ว +2

    Your narration is great, thank you for the educontent

  • @ihateorangecat
    @ihateorangecat 2 ปีที่แล้ว

    Your org is a best incubator for baby programmers like me. Such a most valuable place ! i can say " thank you for teaching me" everyday until the rest of my life.
    while True:
    print("Thank you for teaching me")

  • @daniyalkabir6527
    @daniyalkabir6527 2 ปีที่แล้ว +1

    This is golden!

  • @xiangluo1861
    @xiangluo1861 2 ปีที่แล้ว

    Alvin is always very clear in his concepts

  • @GabrielFermy
    @GabrielFermy 2 ปีที่แล้ว

    This is a very greate tutorial and explaination. This video describe how a programmer mind set should be when facing problems in step by step.

  • @AJ-rr5dv
    @AJ-rr5dv 2 ปีที่แล้ว

    Alvin is the king!! Waiting for more videos form you!

  • @Andboldquates
    @Andboldquates 2 ปีที่แล้ว

    i've learned lot about binary tree even half of the video , thanks lot

  • @winniethepooh5509
    @winniethepooh5509 2 ปีที่แล้ว

    Thank you Programmer Alvin! Everything is very clear and easy to follow.

  • @prasojojiwandono6189
    @prasojojiwandono6189 2 ปีที่แล้ว

    thank you alvin, and free code camp

  • @dcts7526
    @dcts7526 2 ปีที่แล้ว

    Loved that course, your teaching style is very clear and really easy to follow 💯🎉

  • @Shorts-gz3qk
    @Shorts-gz3qk 2 ปีที่แล้ว +5

    I was waiting for your video.. Your content is superb man.. 🔥

  • @KrisMeister
    @KrisMeister 2 ปีที่แล้ว +1

    The shift operation runs in O(n) time. Why is your breadth first example running in O(n) instead of O(n^2) ?

  • @ujjwaljain9780
    @ujjwaljain9780 2 ปีที่แล้ว

    solution of lastone
    const minSumOfPath=(root)=>{
    if(root==null) return 0;
    let leftNode=minSumOfPath(root.left)
    let rightNode=minSumOfPath(root.right)
    return Math.max(root.val+leftNode,root.val+rightNode)
    }
    console.log(minSumOfPath(a))

  • @asim-gandu-phenchod
    @asim-gandu-phenchod 2 ปีที่แล้ว

    Where were you Alvin when I was doing my Degree? Amazing content bro

  • @luaneemiliano1041
    @luaneemiliano1041 6 หลายเดือนก่อน

    Amazing video! Thank you so much for sharing it with us. Keep up the great work.

  • @IIGrudge
    @IIGrudge 2 ปีที่แล้ว

    Alvin = immediate upvote.

  • @experimentalhypothesis1137
    @experimentalhypothesis1137 2 ปีที่แล้ว

    alvin, the best tutor ever

  • @pankajchaurasia14
    @pankajchaurasia14 2 ปีที่แล้ว

    Thank you so much for all the efforts that you put through in getting this knowledge out for free. !

  • @bruhmoment3731
    @bruhmoment3731 2 ปีที่แล้ว

    Really really good course. Really good.

  • @ola-x8e
    @ola-x8e 7 หลายเดือนก่อน

    Hi, I really want to know how to implement this in Java, maybe you can release a video like this?
    and I wanna say, this is the best course!!!!

  • @AWPologize
    @AWPologize 2 ปีที่แล้ว +2

    2 days earlier I was just looking for this. 😂 Here we are thanks ❤❤❤

    • @Flash-qr5oh
      @Flash-qr5oh 2 ปีที่แล้ว

      They have a hack over each and everyone's mind!

  • @linkfang9300
    @linkfang9300 ปีที่แล้ว

    for guarding the root is null situation, I am thinking root?.val === target, would also work and made the condition check code into a single line. Not sure if it's not a preferable way because of some reasons that I am not aware of though.

  • @elenakusevska6266
    @elenakusevska6266 ปีที่แล้ว

    Great explanations ! It took me less than 5 mins to implement each :)

  • @Dipenparmar12
    @Dipenparmar12 ปีที่แล้ว

    Thank you Alvin, That was an amazing tutorial on Binary tree so far.