Skip to content

Joinsider/Djikstra-Javascript

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is an implementation of the Dijkstra Algorithm to find the shortest path in a graph. It's possible to input a graph and its connections or use the provided example graph. Then it gets saved into the localStorage of the browser and then again loaded if it should be displayed or the shortest path is calculated.

Implementation des Dijkstra Algorithmus, der den kürzesten Weg in einem Graph findet. Eingaben sind über die Create Seite möglich, auf der entweder die Verbindungen einzeln eingegeben werden können oder der bereitgestellte Beispielgraph verwendet werden kann. Anschließend kann die kürzeste Verbindung zwischen zwei Punkten ausgegeben werden.

Eine gehostete Version ist zu finden unter: https://djikstra-js-working.netlify.app/

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published