Algorithms Flashcards
1
Q
Greedy algorithm
A
any algorithm that follows the problem-solving heuristic of making the locally optimal choice at each stage.[1] In many problems, a greedy strategy does not produce an optimal solution, but a greedy heuristic can yield locally optimal solutions that approximate a globally optimal solution in a reasonable amount of time.
2
Q
DOM
A
Data and Opinion Mining