Always use h1 for heading

This commit is contained in:
Manuel Fuhr 2021-12-29 08:50:02 +01:00
parent 80681b78c6
commit f2d4c755f6
9 changed files with 9 additions and 12 deletions

View file

@ -3,7 +3,7 @@ title: "Routing algorithm"
parent: Developers
---
## Routing algorithm: 2-pass routing with adaptive cost-cutoff
# Routing algorithm: 2-pass routing with adaptive cost-cutoff
There's not so much to say about the routing algorithm, because the basic ideas
like [Dijkstra's algorithm](http://en.wikipedia.org/wiki/Dijkstra%27s_algorithm)