Git Product home page Git Product logo

dijkstrasalgorithmdart's Introduction

Credit

The code is translated from python based on the following tutorial:
https://www.youtube.com/watch?v=Ub4-nG09PFw
The original python code can be found here:
https://gist.github.com/amitabhadey/37af83a84d8c372a9f02372e6d5f6732
Please give credit to the origin of this code by wathcing his great tutorial.

Dijkstra's algorith

Dijkstra's algorithm written in Dart for use in flutter applications for example. The algorithm is a very popular "shortest path" algorithm that can find the shortest distance from node "x" to node "y" in a weighted graph.

How to use it

The algorithm is written as its own function that takes three arguments:

List<String> dijkstra(graph, start, end){...}

In the main.dart there is already defined a graph which you can try the algorithm on yourself. You only need to include this graph together with a start and endpoint as arguments for the function.

dijkstrasalgorithmdart's People

Contributors

byggemandboesen avatar

Stargazers

 avatar

Watchers

 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.