Skip to content

Mahir-Neema/least-time-travel-path-project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Least Time Travel Path Project

This project is a web application that calculates the least time travel path between two cities. It utilizes Dijkstra's algorithm to find the shortest path in a graph representation of the cities and their connections.

Features

  • Generates a random graph representing cities and their connections.
  • Allows users to solve for the least time travel path between a source and destination city.
  • Displays the graph with the calculated least time travel path.

Technologies Used

  • HTML
  • CSS
  • JavaScript
  • Bootstrap
  • Vis.js

Getting Started

To run the project locally, follow these steps:

  1. Clone the repository: git clone https://github.com/Mahir-Neema/least-time-travel-path-project.git
  2. Open the index.html file in a web browser.

Usage

  • Click on the "Get New Problem" button to generate a new random graph.
  • Click on the "Solve" button to calculate the least time travel path between the source and destination cities.
  • The graph will be displayed, showing the path in orange and any plane connections in green.

Screenshots

image ## Solved: image

Acknowledgements

  • The project uses the Bootstrap framework for styling.
  • The graph visualization is powered by Vis.js.
  • The font icons are from FontAwesome.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published