Module 0-1 BFS / Dial's algorithm

0-1 BFS / Dial's algorithm

**Frequency: 2/10** An algorithm to reduce Dijkstra's time complexity when edges' weight are small.

Resources

- [CP Algorithms: 0-1 BFS](https://cp-algorithms.com/graph/01_bfs.html)

Problems

Escape from the forest 53 / 67 1100
Digit path 43 / 59 1300