Skip to content

shubham-chhimpa/ratinamaze

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rat in a maze

  • Currently I am learning recursion and backtracking. So there is a famous backtracking question called "Rat in a Maze" , I thought of visualizing it.

  • So I created a simple web app that shows all the path from top left to bottom right for a maze with obstacles.

  • The constraints are :

  1. Rat can't go outside the maze
  2. Rat can't pass through the red cell
  3. Rat can go 1 step (up, down, right, left) at a time.
  • The app is built with ReactJs.

Screenshots

Development

How to Setup

  • cd ratinamaze
  • npm install

How to RUN

Web App

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published