Light Mode
Dark Mode
Am I the only one who used adjacency matrix?

Today I started to solve this task. Being clueless about any other ways I decided to use next steps: 1. Enumerate every connected drone 2. Create adjacency matrix based on tuple of connections. 3. Calculate sum of every power of adjacency matrix up to nodes count.

As far as I see, this is not the way author expected me to solve it.

Created: March 3, 2015, 12:19 p.m.
Updated: March 3, 2015, 1:41 p.m.
0
9
User avatar
VickZVD