Close
Register
Close Window

Foundations of Data Structures and Algorithms

Chapter 7 Week 8: B-Trees and Graph Representations

Show Source |    | About   «  7.6. Indexing Summary Exercises   ::   Contents   ::   7.8. Graphs Chapter Introduction  »

7.7. B-Trees Test

2-3+ Tree Build Example

Settings

Proficient Saving... Error Saving
Server Error
Resubmit

An example of building a 2-3+ tree

2-3+ Tree Search Example

Settings

Proficient Saving... Error Saving
Server Error
Resubmit

An example of searching in a 2-3+ tree

2-3+ Tree Delete Example

Settings

Proficient Saving... Error Saving
Server Error
Resubmit

An example of deleting from a 2-3+ tree

Now, let's see examples of higher-order B+ Trees.

First we insert.

Settings

Proficient Saving... Error Saving
Server Error
Resubmit

An example of building a B+ tree

Next, we find.

Settings

Proficient Saving... Error Saving
Server Error
Resubmit

An example of search in a B+ tree

Finally, we delete.

Settings

Proficient Saving... Error Saving
Server Error
Resubmit

An example of deletion in a B+ tree

Now insert into a tree of degree 5.

Settings

Proficient Saving... Error Saving
Server Error
Resubmit

An example of building a B+ tree of degree 5

   «  7.6. Indexing Summary Exercises   ::   Contents   ::   7.8. Graphs Chapter Introduction  »

nsf
Close Window