Bug Report for https://neetcode.io/problems/subtree-of-a-binary-tree Add missing test case: `root=[1], subRoot=[null]`. A null subtree should return true, but this case isn't currently covered.