Skip to content

Latest commit

 

History

History

first-steps-with-bgl

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

First Steps with BGL

  • minimum spanning tree
  • shortest paths

This is a first simple problem to become familiarized with BGL. It can be solved in $\mathcal{O}(n \log n + m \log n)$ by calling the algorithms of Kruskal and Dijkstra.