Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions lectures/networks.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,7 @@ intricate connections between simple processing units.
Epidemiologists studying [transmission of diseases](https://en.wikipedia.org/wiki/Network_medicine#Network_epidemics)
like COVID-19 analyze interactions between groups of human hosts.

In operations research, network analysis is used to study fundamental problems
as on minimum cost flow, the traveling salesman, [shortest paths](https://en.wikipedia.org/wiki/Shortest_path_problem),
In operations research, network analysis is used to study fundamental problems such as minimum cost flow, the traveling salesman, [shortest paths](https://en.wikipedia.org/wiki/Shortest_path_problem),
and assignment.

This lecture gives an introduction to economic and financial networks.
Expand Down