All tags
Maximum Number of Events That Can Be Attended
Given an array of events where events[i] = [startDayi, endDayi].
All Possible Full Binary Trees
A full binary tree is a binary tree where each node has exactly 0 or 2 children.
Return a list of all possible full binary trees with N nodes. Each element of the answer is the root node of one possible tree.