DV Simulation - Create a routing table
Create a distance vector table showing routes to all destinations that you know about
Table will contain:
- Destination (A, B, C, ...)
- Cost (0 for yourself, 1 for your direct neighbours, more for distant destinations)
- Next hop (yourself or a direct neighbour, never more distant)