Implement Trie (Prefix Tree) - Leetcode 208 - Trees (Python)

Поделиться
HTML-код
  • Опубликовано: 1 окт 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 RUclips Playlist: • Greg's Path to Become ...
    Learn Python and Data Science FASTER at mlnow.ai :)
    Support the content: / @greghogg
    Follow me on Instagram: / greghogg5
    Connect with me on LinkedIn: / greghogg
    Follow me on TikTok: / greghogg5
    Coursera Plus: imp.i384100.ne...
    My Favorite Courses:
    Data Structures & Algorithms:
    UCalifornia San Diego DSA: imp.i384100.ne...
    Stanford Algorithms: imp.i384100.ne...
    Python Data Structures: imp.i384100.ne...
    Meta Coding Interview Prep: imp.i384100.ne...
    Python:
    UMichigan Python for Everybody: imp.i384100.ne...
    Python Mastery from MLNOW.ai: mlnow.ai/cours...
    Google IT Automation w/ Python: imp.i384100.ne...
    Web Dev / Full Stack:
    Meta Front-End Developer: imp.i384100.ne...
    IBM Full Stack Developer: imp.i384100.ne...
    Meta Back-End Developer: imp.i384100.ne...
    John Hopkins HTML, CSS & JS: imp.i384100.ne...
    IBM DevOps: imp.i384100.ne...
    Cloud Development:
    AWS Fundamentals: imp.i384100.ne...
    GCP Cloud Engineer: imp.i384100.ne...
    Microsoft Azure Fundamentals: imp.i384100.ne...
    Game Development:
    Michigan State Unity Development: imp.i384100.ne...
    UColorado C++ for Unreal Engine: www.coursera.o...
    SQL & Data Science:
    SQL by MLNOW.ai: mlnow.ai/cours...
    Python for Data Science by MLNOW.ai: mlnow.ai/cours...
    Google Data Analytics: imp.i384100.ne...
    IBM Data Science: imp.i384100.ne...
    IBM Data Engineer: imp.i384100.ne...
    Machine Learning & AI:
    ML Mastery at MLNOW.ai: mlnow.ai/cours...
    ML w/ Andrew Ng: www.coursera.o...
    Deep Learning w/ Andrew Ng: imp.i384100.ne...

Комментарии • 11

  • @GregHogg
    @GregHogg  2 месяца назад

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

  • @mr.sheldor794
    @mr.sheldor794 3 месяца назад +2

    As someone who is a beginner in coding this was very helpful to watch. I didn't understand some of it, but the overall idea made sense. Good video

    • @GregHogg
      @GregHogg  3 месяца назад

      Yeah this one is a bit confusing with the nested dictionaries... Glad you enjoyed it!

  • @saurabhbhagat4528
    @saurabhbhagat4528 День назад

    Wow, I solved it exactly like your solution with nested 'Objects' in javascript

  • @christianjt7018
    @christianjt7018 Месяц назад +1

    Wow! This is the first time that I see that trick with dictionaries.
    You are awesome, thanks for sharing.

  • @GarouNguyen
    @GarouNguyen 2 месяца назад

    bro what is d = d[c] i print that with sublime text but still don't understand

  • @wennwenn1422
    @wennwenn1422 3 месяца назад

    @3:18, I think in static typed languages (C#/Java), TreeNode object implementation is much easier? would you agree?

    • @GregHogg
      @GregHogg  3 месяца назад

      @@wennwenn1422 You could still use maps but yeah probably

  • @charansaimathkala1096
    @charansaimathkala1096 3 месяца назад

    Hi , can you do a video on dynamic programming how to solve those problems efficiently, as I am a beginner can you explain it in detail

    • @GregHogg
      @GregHogg  3 месяца назад +1

      Done, please watch my video called Fibonacci number

    • @charansaimathkala1096
      @charansaimathkala1096 3 месяца назад

      @@GregHogg TQ so much