> For the complete documentation index, see [llms.txt](https://emory.gitbook.io/dsa-java/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://emory.gitbook.io/dsa-java/network-flow.md).

# 9. Network Flow

## Contents

1. [Flow Networks](/dsa-java/network-flow/flow-network.md)
2. [Ford-Fulkerson Algorithm](/dsa-java/network-flow/ford-fulkerson-algorithm.md)
3. [Simplex Algorithm](/dsa-java/network-flow/simplex-algorithm.md)
4. [Quiz](/dsa-java/network-flow/exercises.md)

## References

* [Network Flow](https://en.wikipedia.org/wiki/Network_flow_problem)
* [Flow Network](https://en.wikipedia.org/wiki/Flow_network)
* [Maximum Flow](https://en.wikipedia.org/wiki/Maximum_flow_problem)
  * [Ford-Fulkerson Algorithm](https://en.wikipedia.org/wiki/Ford%E2%80%93Fulkerson_algorithm)
  * [Edmonds–Karp Algorithm](https://en.wikipedia.org/wiki/Edmonds%E2%80%93Karp_algorithm)
* [Simplex Online Tool](https://www.zweigmedia.com/RealWorld/simplex.html)
