SlideShare a Scribd company logo
B  Trees
Sample B tree
Minimization Factor  : No of allowable Children for each node every node must have at least  t - 1  keys  Every node may have at most  2t - 1
the height of an  n -key b-tree  With t  greater than or equal to 2,
Sample B tree
 
B-tree of order 5  all internal nodes have at least ceil(5 / 2) = ceil(2.5) = 3 children  maximum number of children that a node can have is 5
Insertion B-tree of order 5: C N G A H E K Q M F W L T Z D P R X Y S  Order 5 means that a node can have a maximum of 5 children and 4 keys. All nodes other than the root must have a minimum of 2 keys.
C N G A Order this  ACGN Inserting ACGN
Inserting H
Inserting E, K, and Q proceeds without requiring any splits:
Inserting M requires a split
The letters F, W, L, and T are then added without needing any split
Adding Z
Inserting D
Inserting s
DELETION  (H)
Delete T
Delete R
Delete E

More Related Content

PPT
Best for b trees
PPT
B trees and_b__trees
PPT
B trees and_b__trees
PPT
B trees dbms
PPT
08 B Trees
PPTX
B+ Tree
Best for b trees
B trees and_b__trees
B trees and_b__trees
B trees dbms
08 B Trees
B+ Tree

What's hot (20)

PPT
B Trees
PPT
Binary search trees
PPT
PDF
Binary Search Tree
PPT
Binary trees
PPT
2-3 trees in c++
PDF
Math Project for Mr. Medina's Class
PPT
Roots of real numbers and radical expressions
PPTX
7.1 nth roots and rational exponents
PPTX
0.1.basic arith.&set
PPTX
Parts of an Algebraic expression
PPTX
Use of the Tree.
PPT
Powers, Pemdas, Properties
PPTX
Forming algebraic expressions
PPTX
Number Systems
DOCX
Inroduction
PDF
Types of functions
PPTX
Rational numbers Class 8 chapter 1
PPTX
MS Excel Function
B Trees
Binary search trees
Binary Search Tree
Binary trees
2-3 trees in c++
Math Project for Mr. Medina's Class
Roots of real numbers and radical expressions
7.1 nth roots and rational exponents
0.1.basic arith.&set
Parts of an Algebraic expression
Use of the Tree.
Powers, Pemdas, Properties
Forming algebraic expressions
Number Systems
Inroduction
Types of functions
Rational numbers Class 8 chapter 1
MS Excel Function
Ad

Similar to B Trees (20)

PPT
B-and-B-Tree-ppt presentation in data structure
PPT
109885098-B-Trees-And-B-Trees in data structure.ppt
PPTX
B-Tree and its types Data structures concept
PPT
b-trees a tree non linear data structure.ppt
PPTX
PPTX
B trees2
PPT
B tree by-jash acharya
PPT
B tree and application B tree and application
PPT
Btree
PPTX
PDF
B tree-180214044656
PPT
16807097.ppt b tree are a good data structure
PDF
B Trees and B+ Trees Data structures in Computer Sciences
PPT
b-tree.ppt
PDF
B TREE ( a to z concept ) in data structure or DBMS
PPTX
Lecture 9 b tree
PPTX
presentation for seminar with easiest way
PDF
B-and-B-Tree-ppt presentation in data structure
109885098-B-Trees-And-B-Trees in data structure.ppt
B-Tree and its types Data structures concept
b-trees a tree non linear data structure.ppt
B trees2
B tree by-jash acharya
B tree and application B tree and application
Btree
B tree-180214044656
16807097.ppt b tree are a good data structure
B Trees and B+ Trees Data structures in Computer Sciences
b-tree.ppt
B TREE ( a to z concept ) in data structure or DBMS
Lecture 9 b tree
presentation for seminar with easiest way
Ad

More from VJ Aiswaryadevi (15)

PPTX
memory 8051
PPT
logical 8051
PPT
interrupts
PPT
branch ins 8051
PPTX
boolean 8051
PPT
arithmetic ins in 8051
PPT
8051 archi
PPT
8051 microprocessor
PPTX
8051 microprocessor
PPT
Groupware
PDF
302 B+Tree Ind Hash
PPT
storage media
memory 8051
logical 8051
interrupts
branch ins 8051
boolean 8051
arithmetic ins in 8051
8051 archi
8051 microprocessor
8051 microprocessor
Groupware
302 B+Tree Ind Hash
storage media

Recently uploaded (20)

PDF
Getting started with AI Agents and Multi-Agent Systems
PPTX
Chapter 5: Probability Theory and Statistics
PDF
Hybrid model detection and classification of lung cancer
PDF
Zenith AI: Advanced Artificial Intelligence
PDF
Hindi spoken digit analysis for native and non-native speakers
PDF
Web App vs Mobile App What Should You Build First.pdf
PDF
How ambidextrous entrepreneurial leaders react to the artificial intelligence...
PDF
Getting Started with Data Integration: FME Form 101
PDF
WOOl fibre morphology and structure.pdf for textiles
PDF
Profit Center Accounting in SAP S/4HANA, S4F28 Col11
PDF
August Patch Tuesday
PPTX
TLE Review Electricity (Electricity).pptx
PDF
DP Operators-handbook-extract for the Mautical Institute
PDF
DASA ADMISSION 2024_FirstRound_FirstRank_LastRank.pdf
PDF
Enhancing emotion recognition model for a student engagement use case through...
PPTX
O2C Customer Invoices to Receipt V15A.pptx
PDF
Transform Your ITIL® 4 & ITSM Strategy with AI in 2025.pdf
PDF
A contest of sentiment analysis: k-nearest neighbor versus neural network
PPTX
Programs and apps: productivity, graphics, security and other tools
PDF
Univ-Connecticut-ChatGPT-Presentaion.pdf
Getting started with AI Agents and Multi-Agent Systems
Chapter 5: Probability Theory and Statistics
Hybrid model detection and classification of lung cancer
Zenith AI: Advanced Artificial Intelligence
Hindi spoken digit analysis for native and non-native speakers
Web App vs Mobile App What Should You Build First.pdf
How ambidextrous entrepreneurial leaders react to the artificial intelligence...
Getting Started with Data Integration: FME Form 101
WOOl fibre morphology and structure.pdf for textiles
Profit Center Accounting in SAP S/4HANA, S4F28 Col11
August Patch Tuesday
TLE Review Electricity (Electricity).pptx
DP Operators-handbook-extract for the Mautical Institute
DASA ADMISSION 2024_FirstRound_FirstRank_LastRank.pdf
Enhancing emotion recognition model for a student engagement use case through...
O2C Customer Invoices to Receipt V15A.pptx
Transform Your ITIL® 4 & ITSM Strategy with AI in 2025.pdf
A contest of sentiment analysis: k-nearest neighbor versus neural network
Programs and apps: productivity, graphics, security and other tools
Univ-Connecticut-ChatGPT-Presentaion.pdf

B Trees