> For the complete documentation index, see [llms.txt](https://algorithm.prettylog.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://algorithm.prettylog.com/overview/3.-how-to-construct-algorithm-paradigm/shortest-path.md).

# Shortest path

- [BFS](https://algorithm.prettylog.com/overview/3.-how-to-construct-algorithm-paradigm/shortest-path/bfs.md)
- [Dijkstra algorithm: directed, shortest path](https://algorithm.prettylog.com/overview/3.-how-to-construct-algorithm-paradigm/shortest-path/dijkstra-algorithm-directed-shortest-path.md)
