valueflows

valueflows docs
git clone https://s.sonu.ch/~srfsh/valueflows.git
Log | Files | Refs | README

netflows.md (652B)


      1 # Network Flows
      2 
      3 We've presented a selection of algorithms you could use with value flows networks. Here are some articles describing others:
      4 
      5 * [Stanford Network Flow Problems](https://web.stanford.edu/class/cs97si/08-network-flow-problems.pdf)
      6 * [MIT Network Flow lecture notes](https://ocw.mit.edu/courses/electrical-engineering-and-computer-science/6-046j-design-and-analysis-of-algorithms-spring-2012/lecture-notes/MIT6_046JS12_lec13.pdf)
      7 * [Shortest Path Problem](https://en.wikipedia.org/wiki/Shortest_path_problem), listing several algorithms.
      8 * [A 500+ page book about directed graph algorithms](http://www.cs.rhul.ac.uk/books/dbook/main.pdf)