Skip to content

A MATLAB implementation of the depth-first-search algorithm

Notifications You must be signed in to change notification settings

nexthybrid/dfsMatlab

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dfsMatlab

A MATLAB implementation of the depth-first-search algorithm. The algorithm can be used to efficiently find a path through a maze or similar challenges. DFS solution to a maze problem

Get started

The DFS algorithm is implemented in the class definition dfsCls. An example use of the DFS algorithm is provided in the live script dfs_example.

About

A MATLAB implementation of the depth-first-search algorithm

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages