Week 6: B-Trees Flashcards

1
Q

What is a B-Tree? What are the properties?

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What is the max height of a B-Tree?

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

How does the put() method work for B-Trees? What is the algorithm?

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What is the time complexity of the put() method for B-Trees?

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

How does the remove method for B-Trees work? What is the algorithm?

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What is the time complexity of the remove() method for B-Trees?

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What is the difference between an AVL Tree and a B-Tree?

A

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What is the memory Hierarchy? What does it have to do with the difference between an AVL Tree and a B-Tree?

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly