Binary Tree
Binary Tree is simple if you keep it on paper. Asha uses it for folder on disk in a file explorer.
Binary Tree on the board — left < root < right. Then say what folder on disk looks like after.
Skip Binary Tree and unbalanced BST becoming a list shows up in a file explorer.
Use Binary Tree when folder on disk must stay clear. If a simpler DSA step works, use that instead.
If folder on disk breaks under Binary Tree, check unbalanced BST becoming a list first.
After Binary Tree, Asha should still remember unbalanced BST becoming a list.
One breath for Binary Tree, then folder on disk, then unbalanced BST becoming a list. Sit down.
For Binary Tree: definition + a file explorer + one failure.