Maximum Depth of Binary Tree - Leetcode 104 - Trees (Python)

แชร์
ฝัง
  • เผยแพร่เมื่อ 23 ส.ค. 2024
  • Master Data Structures & Algorithms for FREE at AlgoMap.io/
    Code solutions in Python, Java, C++ and JS for this can be found at my GitHub repo here: github.com/gah...
    Complete DSA Pathway Zero to Hero: • Data Structures & Algo...
    Please check my playlists for free DSA problem solutions:
    • Fundamental DSA Theory
    • Array & String Questions
    • 2 Pointers Questions
    • Sliding Window Questions
    • Binary Search Questions
    • Stack Questions
    • Linked List Questions
    • Tree Questions
    • Heap Questions
    • Recursive Backtracking...
    • Graph Questions
    • Dynamic Programming (D...
    My Data Science & ML TH-cam Playlist: • Greg's Path to Become ...
    Learn Python and Data Science FASTER at mlnow.ai :)
    University of California DSA Certificate on Coursera: bit.ly/3CYR6wR
    Best Courses for Analytics:
    ---------------------------------------------------------------------------------------------------------
    + IBM Data Science (Python): bit.ly/3Rn00ZA
    + Google Analytics (R): bit.ly/3cPikLQ
    + SQL Basics: bit.ly/3Bd9nFu
    Best Courses for Programming:
    ---------------------------------------------------------------------------------------------------------
    + Data Science in R: bit.ly/3RhvfFp
    + Python for Everybody: bit.ly/3ARQ1Ei
    + Data Structures & Algorithms: bit.ly/3CYR6wR
    Best Courses for Machine Learning:
    ---------------------------------------------------------------------------------------------------------
    + Math Prerequisites: bit.ly/3ASUtTi
    + Machine Learning: bit.ly/3d1QATT
    + Deep Learning: bit.ly/3KPfint
    + ML Ops: bit.ly/3AWRrxE
    Best Courses for Statistics:
    ---------------------------------------------------------------------------------------------------------
    + Introduction to Statistics: bit.ly/3QkEgvM
    + Statistics with Python: bit.ly/3BfwejF
    + Statistics with R: bit.ly/3QkicBJ
    Best Courses for Big Data:
    ---------------------------------------------------------------------------------------------------------
    + Google Cloud Data Engineering: bit.ly/3RjHJw6
    + AWS Data Science: bit.ly/3TKnoBS
    + Big Data Specialization: bit.ly/3ANqSut
    More Courses:
    ---------------------------------------------------------------------------------------------------------
    + Tableau: bit.ly/3q966AN
    + Excel: bit.ly/3RBxind
    + Computer Vision: bit.ly/3esxVS5
    + Natural Language Processing: bit.ly/3edXAgW
    + IBM Dev Ops: bit.ly/3RlVKt2
    + IBM Full Stack Cloud: bit.ly/3x0pOm6
    + Object Oriented Programming (Java): bit.ly/3Bfjn0K
    + TensorFlow Advanced Techniques: bit.ly/3BePQV2
    + TensorFlow Data and Deployment: bit.ly/3BbC5Xb
    + Generative Adversarial Networks / GANs (PyTorch): bit.ly/3RHQiRj
    Become a Member of the Channel! bit.ly/3oOMrVH
    Follow me on LinkedIn! / greghogg
    Full Disclosure:
    Please note that I may earn a commission for purchases made at the above sites! I strongly believe in the material provided; I only recommend what I truly think is great. If you do choose to make purchases through these links; thank you for supporting the channel, it helps me make more free content like this!

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

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

    Master Data Structures & Algorithms For FREE at AlgoMap.io!

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

    I appreciate you recording all these! Please keep them coming :)

    • @GregHogg
      @GregHogg  4 หลายเดือนก่อน +2

      Thank you so much! Will do 😎😎

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

    Very helpful Greg. Questions - how easy is it to replicate the leetcode code into say visual code (python of course) including maintaining the TreeNode and Solution classes and supplying the tree root structure? I'm not looking for leetcode extension in VSC. I read somewhere you need to deserialise leetcode's root format, but is it possible to feed in the root (through brute force)? Not seeing what is behind leetcode's test environment is limiting learning for me.

  • @helloworldcsofficial
    @helloworldcsofficial 10 วันที่ผ่านมา

    Nice. By the way, could the space complexity ever become log(n) ? Thanks for the vid!

  • @_httpantwon
    @_httpantwon 18 วันที่ผ่านมา

    Which is more efficient, DFS or BFS?

  • @anmolacharya309
    @anmolacharya309 8 วันที่ผ่านมา

    Can someone recommend me some visaulization platforms to see how the code and logic works together? For example, the recursive calls. I am not 100% with recursion so wanted to see it