aneshodza / minimal-spanning-trees

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Minimal Spanning Trees

This code is a school project fully written by Anes Hodza

How to execute

If you want to execute this Program locally you have to do it in the Console.

Step 1

Open your console. On Windows it's prefferably PowerShell

Step 2

Check if you have node installed. It is an important part of the execution. You can check that by typing node -v. If a version number is printed, you know that it is installed. If you do not have it, install it first. You can do that here.

Step 3

Open your console in the root folder of the programm. There you type in npm start. This will start a live server on port 3000. Keep in mind, that port 3000 has to be free. If it started without any problems you should be able to view it unter localhost:3000

Alternative

If you do not want to execute the program yourself, but just want to view it, you can do that here

How to use it

You create a dot with your D key and then connect those dots by clicking on the ones you want to have connected. Then you can execute the algorithm.

About


Languages

Language:JavaScript 78.7%Language:CSS 13.3%Language:HTML 8.0%