Distance Vector Computation: This module is responsible for calculating the shortest paths from every router to every other router in the network. Once the user has specified the path costs, the ...
For our project we will be making and testing our own implementations of a couple of common pathfinding algorithms. In real networks they’re used to construct routing tables that determine where a ...