2/19 Flashcards

(3 cards)

1
Q

BST

A

Binary Search Tree: Binary tree in which key of internal node is greater than the keys of its left subtree and less than or equal to the keys of its right subtree.

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

Divide and Conquer

A

Divide problem into 2 or more smaller instances. Solve smaller instances. Combine solutions.

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