Connected warrens - tunnels

From TRCCompSci - AQA Computer Science
Revision as of 19:17, 18 February 2017 by Admin (talk | contribs) (Created page with "==Reasoning== Tunnels between warrens could be represented using graphs and represented by an adjacency matrix. This could apply some of the theory content of unit 1. The adja...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Reasoning

Tunnels between warrens could be represented using graphs and represented by an adjacency matrix. This could apply some of the theory content of unit 1. The adjacency matrix will have a 0 if the 2 warrens aren't connected and a 1 if they are. It could be used to move rabbits from one warren to another if their warren is attacked. It could also be used to show which locations are linked in the landscape