Skip to content

yuqiw4/Find-Path-in-a-Maze

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Find-Path-in-a-Maze

implemented with both Java and Python by Depth First Search.

Given a maze with 0s and 1s where 1 means wall and 0 means path, an initial position, and an ending position.
Output is whether there is a path from two points in the maze. (True or False)

About

implemented with Java and Python 3

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published