Skip to content

jaalah/ssce-algo-pf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PF Take Home

Installation

npm i && npm run start

Requirements

  • An input that will allow a user to choose the width and height of the grid.
  • A “generate grid” button that will create a grid of the specified dimensions.
  • The user can click a cell to create a starting point.
  • The user can click a cell to create an end point.
  • The user can click cells to turn them into "blocks".
  • When a user clicks a “find path” button, the shortest path from the starting cell to the end cell, while avoiding block cells, is highlighted in the grid.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published