Skip to content

dis-28/NoWayProject

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NoWay

A brief description of what this project does and who it's for

Demo

Features

  • displays the shortest distance between source and destination.
  • displays shortest path one must take to reach destintion with minimum distance

API Reference

Get shortest distance between node A and node B

  GET /shortd/<int:A>/<int:B>
Parameter Type Description
source integer Required
destination integer Required

Tech Stack

Client: React

Server: Flask, Python

Used By

This project is used by the following:

  • Students of IIT Guwahati

FAQ

How will obtain my shortest path from source to destination?

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.

Authors

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published