max-depth-nary-node-children-default

Status: IN

`Node.__init__` normalizes `children=None` to `[]`, avoiding the mutable default argument pitfall and ensuring callers can omit the argument.

Source: entries/2026/06/06/maximum-depth-of-n-ary-tree-solution.md

JSON