/Socket-Programming-and-Dijkstra-Algorithm

Simple socket programming is done in python and Dijkstra's Algorithm is implemented in the server

Primary LanguagePythonMIT LicenseMIT

Socket-Programming-and-Dijkstra-Algorithm-

Simple socket programming is done in python and Dijkstra's Algorithm is implemented in the server

Abstract

Socket programming is done in Python with client server architecture and TCP is used for underlying connections. Clinet-Server connection in this program is done in a non-persistant manner.

Team Members

1. PHANEESH S
2. VEERESH R G
3. PAVAN NETTAM

References

1. Socker Programming in Python: https://www.geeksforgeeks.org/socket-programming-python/
2. Dijkstra's Algorithm: https://www.geeksforgeeks.org/python-program-for-dijkstras-shortest-path-algorithm-greedy-algo-7/