From 22df95cef7ec983103762dd98c0649e1d5281b8e Mon Sep 17 00:00:00 2001 From: Zoey Zheng Date: Fri, 22 May 2026 19:36:50 +1000 Subject: [PATCH] Fix wording in networks lecture Corrects a grammar issue in the operations research example. --- lectures/networks.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lectures/networks.md b/lectures/networks.md index e2072046e..e6d3ec46a 100644 --- a/lectures/networks.md +++ b/lectures/networks.md @@ -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.