2-3 Tree Flashcards

1
Q

2-3 Tree adalah?

A

tree data structure dimana setiap node dengan dua children dan satu data atau tiga children dan dua data. 2-3 Tree bukan binary tree

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

2-3 Tree Properties?

A

2-node memiliki satu data dan dua children sebelah kiri dan tengah.
3-node memiliki dua data dan tiga children bagian kiri, tengah dan kanan.

all data are kept in sorted order and all leaves at the same level.

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