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

preview_player
Показать описание


Timestamps:
00:00 Introduction
00:07 Nature of Trees: Recursive Data Structures
02:02 Understanding Recursive Tree Operations
05:14 Thanks for Watching!

If you found this video helpful, check other Geekific uploads:

#Geekific #TreesAndRecursion #RecursiveDataStructures
Рекомендации по теме
Комментарии
Автор

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

cheesalicious
Автор

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.

olask
Автор

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

ahmadabdeen
Автор

Hey bro this has nothing to with REAL TREES

sonnyobrien