Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
几分钟前我在面试中被问到这个问题,我不知道答案。我从逻辑上回答它认为 B 树始终是深度结构,因为它具有多个级别。我的回答对吗?回答这个问题的最佳方法是什么?
是的,你的回答和推理都是对的。一棵树从来都不是一个扁平的结构。平面结构的一个例子是一维数组。
B树因此名称将是树或深度结构。
你是对的。问这个问题的人是否也有正确的答案是未知的。