44. Beam Search

An optimization of the greedy search algorithm that explores multiple possible outputs at each step, commonly used in sequence generation tasks.

Last updated