Python implmentation of a few important algorithms used in computer newtorks for the Computer Networks Course @ FESB, University of Split
1. Long Polynomial Division
2. Binary Polynomial division
3. Cyclic Redundancy Check (CRC)
4. Bellman-Ford Algorithm
5. Dijkstra Algorithm