1. Conceptualizing networks: graphs

Networks can be conceptualized mathematically by graphs:

(注:接下来将不再区分network与graph,以及vertices与edges各自的等价叫法)

Adjacency matrix

Isolates and components

2. Graph traversals

Three kinds of movements:

Paths Trails Walks
Move/transfer
(one place at one time) Person driving from city to city via highways Used book passing from person to person Coin moving through economy
Copy
(multiple places at one time Virus (once you get it are immune to it) Gossip Emotion

Flow simulation