Coding Interview Fundamentals: Depth-First Search and Recursion (Binary Trees)

Поделиться
HTML-код
  • Опубликовано: 3 фев 2025

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

  • @tahirmuhammad9646
    @tahirmuhammad9646 5 месяцев назад +3

    This is amazing content!!! Can't wait for the next video.
    Would absolutely love 2 more videos on this topic, 1 with the sections you mentioned at the end of the video, and 1 with just common gotchas, tips and tricks, different types of recursive questions, especially at the difficulty level of Interviews. Thanks alot team!!

  • @stephenliao450
    @stephenliao450 4 месяца назад +1

    Awesome video with fantastic visuals and teaching! Would love to see more videos in this format for other data structures and algos 👏

  • @eshw23
    @eshw23 4 месяца назад

    New subscriber. I really love your videos I think you're explaining these extremely hard concepts in a really easy way. Love your system design videos.

  • @prakharsrivastava6644
    @prakharsrivastava6644 5 месяцев назад +1

    Nice Video

  • @AnOmegastick
    @AnOmegastick 4 месяца назад +1

    I would have liked to see implementation examples right after (or alongside) the theoretical explanation. Explaining the pure DFS algo and then moving right on to recursion without showing an implementation lost me a bit.