Skip to content

gerardogaravito/graph-exercise

Repository files navigation

Graph Exercise ^.^

website url: https://graph-exercise.vercel.app/

Enter the nodes of your graph

Build relations between them

Select your path and know your Total Cost

Total Cost is the summatory of each binary connection used PLUS two times each not used connection of a traveled node

Run the project

  • Clone the project git clone [url]

  • Install dependencies npm install

  • Run develop enviroment npm run dev

  • Build production project npm run build

  • Run production project npm run start

Tools

About

in this project I'll built an interface to calculate routes costs based in a given graph structure

Resources

Stars

Watchers

Forks

Packages

No packages published