Status: IN
`isSubtree` has O(m * n) worst-case time because `_is_same` (which is O(n)) is called at up to m nodes during the DFS traversal of `root`
Source: entries/2026/06/06/subtree-of-another-tree-solution.md
JSON