如果我不需要 Patricia 树中的值,是否需要提供分支节点?

Do I need to supply the branch node if I don't need the value in it in a Patricia tree?

比如在这个PATRICIA树中,如果我想证明键'fc'没有映射值 对它来说,即使我不需要数据值,我是否应该调出存储数据值“b”的分支节点?

我想我还是会使用这个分支。