Skip to content

Latest commit

 

History

History
38 lines (21 loc) · 894 Bytes

File metadata and controls

38 lines (21 loc) · 894 Bytes

Path Simplified

PathSimplified is a web application that gives a visual representation of the shortest path between any initial and final state using the A* algorithm.

A* algorithm

A * algorithm is a searching algorithm that searches for the shortest path between the initial and the final state. It is used in various applications, such as maps.

In maps the A* algorithm is used to calculate the shortest distance between the source (initial state) and the destination (final state).

Preview

Here is a little sneek peek of the application.

 

Technology Stack

Frontend

  • React Js
  • JavaScript

Backend

  • Node.js
  • Heroku