Code Monkey home page Code Monkey logo

js-node-mst's Introduction

Minimum Spanning Tree Finder

License Languages Top Language Commit Activity Last commit

Used to find the minimum spanning tree of a weighted circuit.
By Zechariah, C21B02

Motivation

I used to take a subject called Logic and Mathematics, where I learnt about things like Graphs and Trees. We were taught ho to find a minimum spanning tree in the subject, but we did it ourselves and I wanted a way for a computer to do it for me. This lead me to write this script so I can find the minimum spanning tree with a visual representation of the tree.

Usage

Go to Algorithm Visualizer
Copy and paste the code in main.js into the right side of the screen where the code is
Press Build then press Play to start the calculation of the minimum spanning tree.

Change Vertices and Edges

The variable named vertices is just the list of vertices that are on the graph.
The variable named edges contains 3 things: Edge 1, Edge 2 and the Weight of the edge

Built with

  • JavaScript

js-node-mst's People

Contributors

zs1l3nt avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.