Back to Browse

B+ Tree

8.9K views
May 8, 2019
10:06

CSE { computer science & engineering } Video Lectures. In this Lecture you will be learning more about B+ Tree. B+ Tree is an extension of B Tree which allows efficient insertion, deletion and search operations. In B Tree, Keys and records both can be stored in the internal as well as leaf nodes. Whereas, in B+ tree, records (data) can only be stored on the leaf nodes while internal nodes can only store the key values. The leaf nodes of a B+ tree are linked together in the form of a singly linked lists to make the search queries more efficient. B+ Tree are used to store the large amount of data which can not be stored in the main memory. Due to the fact that, size of main memory is always limited, the internal nodes (keys to access records) of the B+ tree are stored in the main memory whereas, leaf nodes are stored in the secondary memory. The internal nodes of B+ tree are often called index nodes. For more info / doubt write us at our mail or comment below. PLEASE LIKE , SHARE & SUBSCRIBE

Download

0 formats

No download links available.

B+ Tree | NatokHD