Browse
•
Categories
•
Random
B-tree
Duration: 7 minutes, 10 seconds
Related Topics:
Insertion, deletion, and searching take
O
(t log
t
n) time in a
B-tree
and access
O
(log
t
n) nodes.
Category:
Data structures
References:
Cormen, Thomas H., et al.
Introduction to Algorithms
. 2nd ed. Cambridge: MIT Press, 2001.
Wikipedia
Tags:
B-tree, database, file system, hard drive, hard disk, search tree, associative array, dictionary, map, hash, data structure, computer science animations, computer programming, Flash, learn computer science, study computer science
Home
•
About
•
Links
© 2008 - 2025 Bill Jacobs