Distance vector algorithm is a routing protocol used in computer networking
The main idea of Distance Vector algorithm is to find the path from a source router to destination router using Bellman ford algorithm.
This algorithm is nothing but an extension of Link-State (Djiskras) algorithm.