Quiz on Greedy Algorithms
Let's test your understanding of the greedy algorithms.
We'll cover the following...
We'll cover the following...
Technical Quiz
1.
What is the main characteristic of the Greedy algorithm?
A.
Building the solution randomly.
B.
Making locally-optimal choices.
C.
Considering all possible solutions simultaneously.
D.
Minimizing profit and maximizing cost.
1 / 6
...