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 91 / 114 1100
Digit path 73 / 100 1300