Skip to content

UIUC IGL Spring 2014 Project - Percolation Theory

License

Notifications You must be signed in to change notification settings

nilyibo/Percolation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Percolation

UIUC IGL Spring 2014 Project - Percolation Theory

Epidemic Graph

Introduction

Epidemic Graph is an interactive graph modeling the spread of epidemics.

Detailed information

In Epidemic Graph, each node is a person who may or may not be infected. Each edge means a connection between two persons.

Initially, you can set some people to be infected. Once started, in each round, infection spreads as follow: For each person, if the number of infected neighbors is greater than or equal to the preset threshold, then the person becomes infected.

Simulation will stop when there are no more changes in infected people.

Web page

Visit our live page at Percolation - Epidemic Graph.

Authors

Yibo Guo

Copyright

Copyright (c) 2014 Yibo Guo. See LICENSE for details.