Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 223 Bytes

README.md

File metadata and controls

5 lines (4 loc) · 223 Bytes

Routing_Algorithms

Simulation of Routing Algorithms used in communication networks in python

  1. Distance Vector Routing Algorithm - Using Bellman-Ford Equation
  2. Link State Routing Algrithm - Using Dijkstra's algorithm