Multi-Tree-b-tree

Source: Internet
Author: User

In B-Definition:
Each node has an M child and a m-1 key.
The key values for each node are sorted from small to large
The key of the former I child is smaller than the first key
After m-1 a child's key is greater than the first key

M Path Lookup method:
First, the root node is fetched, the keyword contained in the root node K1,..., kj to find the given keyword (available order lookup or binary lookup method),
Find success If you find a keyword equal to the given value; otherwise, you can be sure that the keyword you want to check is between some ki or ki+1,
The node that pi refers to is then searched until it is found, or if the pointer pi is empty, the lookup fails.

B-Tree structure diagram

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.