A brief description of what this project does and who it's for
- displays the shortest distance between source and destination.
- displays shortest path one must take to reach destintion with minimum distance
GET /shortd/<int:A>/<int:B>| Parameter | Type | Description |
|---|---|---|
source |
integer |
Required |
destination |
integer |
Required |
Client: React
Server: Flask, Python
This project is used by the following:
- Students of IIT Guwahati
Every possible source and destination is mapped with a number ranging from (1 to 64). Path in the application will display the nodes in order to reach the destination.