Everyone learns about bread-first-search, but are there any other famous (or just interesting) algorithms where the control structure is a queue? I can't think of any.
Wouldn't they all be isomorphic anyway?
>>2
Isomorphic in what way? And why would that matter, I just wanted to see some cool algorithms.
doesn't dijkstra's algorithm use a queue
Everyone learns about bread-first-search, but are there any other famous (or just interesting) algorithms where the control structure is a queue?
Other than bread-first-search, there is breadth-first-search and depth-first-search.