greedy algorithm
A mathematical algorithm that makes the locally optimal choice at each step. Also known as 欲張り法.
See also: 欲張り法
A greedy algorithm is an algorithm that makes the best choice at each step.
Compound of 貪欲 (greedy) and 法 (method), directly translating the English term 'greedy algorithm'.