Amazing families of algorithms over implicit graphs
- by Diego de Estrada
Dynamic programming is, almost by definition, to find a shortest/longest path on an implicit dag.
Every DP algorithm just does this.
An Holographic algorithm can be loosely described as something that counts perfect matchings in implicit planar graphs.
So, my question is: are there any other families of algorithms that use well-known algorithms over implicit graphs to achieve a considerable speedup?