Skip to content

navtoj/GridPath

Repository files navigation

Grid Path

Max-Value Path Problem

  • Start at top left. (0, 0)
  • Finish at bottom right. (n-1, n-1)
  • Each coordinate has a value: positive, negative, or zero.
  • Do not revisit a coordinate.
  • Do not move diagonally.
Demo → gridpath.pages.dev
App Landing Page

Requirements

  • Node Package Manager1

Install Dependencies

npm install

Build Application

npm run build

Open in Browser

npm run preview -- --open

Footnotes

  1. https://docs.npmjs.com/downloading-and-installing-node-js-and-npm

About

Max-Value Path Problem

Resources

Stars

Watchers

Forks

Sponsor this project