Giter Club home page Giter Club logo

linecover's Introduction

A* Algorithm visualized

Understand the workings of the A* algorithm through visualization.

The black dot represents the wall. It means that it cannot be considered for a movement. Green dot is the open set, pink is the closed set and the purple trace is the path chosen by the algorithm. In case there is no movement is possible the algorithm will alert after running through all possibilities.

To view the project, you need to run any kind of server. Example using PHP:

php -S localhost:8000

http-server is installed by default via npm. To use it run:

  1. npm install
  2. npm start
  3. Visit http://localhost:8080

To customize the render parameters, hit the settings button in the top right corner. An option to change the number of rows, number of columns, frame rate, cost of diagonal movement and an option to enable/disable diagonal movements are available on the settings page.

Click on any two points to set the start and end nodes. Click on the reload button on the top to generate a new grid.

linecover's People

Contributors

advaith3600 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.