wiki_research

personal research wiki
git clone https://a3nm.net/git/wiki_research/
Log | Files | Refs

bellman_ford_algorithm (243B)


      1 # Bellman Ford algorithm
      2 
      3 [shortest_path_algorithm] for [single_source_shortest_path] on [graphs] with [negative_weight] [edges]
      4 - Must in particular handle [negative_cycles]
      5 
      6 Up: [shortest_path_algorithm]
      7 
      8 Aliases: Bellman-Ford, Bellman Ford