From 83bc81915303ca9140790f4435ca826626918f56 Mon Sep 17 00:00:00 2001 From: Siraaj Khandkar Date: Mon, 3 Sep 2012 01:05:49 -0400 Subject: [PATCH] Added README for forest-fire model. --- forest-fire/README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 forest-fire/README.md diff --git a/forest-fire/README.md b/forest-fire/README.md new file mode 100644 index 0000000..1b25b00 --- /dev/null +++ b/forest-fire/README.md @@ -0,0 +1,13 @@ +[Forest-fire model] +================= + + +Rules +----- +* A burning cell turns into an empty cell +* A tree will burn if at least one neighbor is burning +* A tree ignites with probability *f* even if no neighbor is burning +* An empty space fills with a tree with probability *p* + + +[Forest-fire model]:http://en.wikipedia.org/wiki/Forest-fire_model -- 2.20.1