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 树的顺序,你如何计算一个页面的最大后代数?
后代的最大数量只是节点中的点数,因为每个指针都指向一个后代。
它取决于该页面下方的当前深度,然后它只是算术。