# Fibonacci tree

> variant of a binary tree where a tree of order n (n>1) has a left subtree of order n-1 and a right subtree of order n-2

**Wikidata**: [Q1410726](https://www.wikidata.org/wiki/Q1410726)  
**Source**: https://4ort.xyz/entity/fibonacci-tree
