Understanding Recursion With Trees | Trees and Recursion | Recursive Data Structures | Geekific

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

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

  • @cheesalicious163
    @cheesalicious163 Год назад

    brilliant video, really helped me understand this as i struggle through the concept in college classwork .... thank you so much to the creators!

  • @ahmadabdeen4740
    @ahmadabdeen4740 3 года назад +2

    Great video and great channel! all the videos are very well explained, easy to understand, and straight to the point. Thank you

    • @geekific
      @geekific  3 года назад +1

      Thanks a lot for the support :) Glad you're enjoying our videos!

  • @olask7343
    @olask7343 Год назад +1

    Great explanation! In this case instead of StackOverflowError can appear even when the base case is defined whenever Stack space is exhausted. We would hit NullPointerException if we did not specify the base case, because we would try to access `getLeftChild()` or `getRightChild()` method of a null object in a recursive call.

  • @sonnyobrien
    @sonnyobrien 2 года назад +1

    Hey bro this has nothing to with REAL TREES