**Frequency: 3/10**
Multisource BFS is an algorithm that simultaneously starts BFS from multiple vertices, exploring a graph efficiently from multiple origins to determine shortest paths. Similar for multisource Dijkstra.
"Simultaneously" here is nothing but pushing every starting vertices to the queue.