Giter Club home page Giter Club logo

algorithm_visualizer's Introduction

Algorithm Visualizer

Built entirely in Vue.js, this website allows users to understand more about algorithms through fun and interactive visualisations from start to end, along with the shortest paths.

https://algorithm-visualizer-tau-amber.vercel.app/

Demo

Features

Finding Shortest Path: Each algorithm will run through the maze from the start to end node, upon reaching the end node, it will run through all visited nodes and find the shortest path to the end node

Movable Start & End Nodes: Both nodes can be moved to any desired position on the grid

Dynamic Walls: Clicking/Click & Dragging on an empty node will create wall nodes, in which each algorithm will not traverse

Recursive Maze: Random mazes can be generated, through recursion, which would populate the entire grid

Expansion

  • More Algos!: Additional algorithms can be added as desired
  • 'Bomb' Node: Adding a separate node type into the grid, in which the start node will have to search for the 'bomb' node first, before applying the same/different algorithm again from the 'bomb' node, creating an additional element of recursion/complexity with multiple algorithms working together
  • Timer: Implementing a timer when each algorithm is ran from start to end node

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Customize configuration

See Configuration Reference.

algorithm_visualizer's People

Contributors

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