connection between B-tree indexing technique and computer forensics. B-tree is a fast data
indexing method that organizes indexes into a multi-level set of nodes, where each node
contains indexed data. This technique is most commonly used in databases and file systems
where it is important to retrieve records stored in a file when data is to large to fit in main
memory. In that case, B-trees are used to reduce the number of disk accesses.