Programmers Quickie

Recursion Trees

02.28.2020 - By Software EngineeringPlay

Download our free app to listen on your phone

Download on the App StoreGet it on Google Play

In graph theory, a recursive tree is a non-planar labeled rooted tree. A size-n recursive tree is labeled by distinct integers 1, 2, ..., n, where the labels are strictly increasing starting at the root labeled 1. Recursive trees are non-planar, which means that the children of a particular node are not ordered

More episodes from Programmers Quickie