Skip to content

wjmolina/app-dijkstra

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Dijkstra's Algorithm

Given an image containing a maze with its walls in black (#000000), its starting position in red (#FF0000), and its ending position in blue (#0000FF), this solution draws a red line from the starting position to the ending position using Dijkstra's algorithm.

About

This solution solves mazes using Dijkstra's algorithm.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages