Simple socket programming is done in python and Dijkstra's Algorithm is implemented in the server
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. 1. PHANEESH S2. VEERESH R G
3. PAVAN NETTAM
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/