All Projects β†’ sadanandpai β†’ shortest-path-finder

sadanandpai / shortest-path-finder

Licence: MIT license
Shortest Path Finder visualizer using Breadth First Search algorithm

Programming Languages

javascript
184084 projects - #8 most used programming language
HTML
75241 projects
CSS
56736 projects

Projects that are alternatives of or similar to shortest-path-finder

Giraffeql
πŸ¦’ Developer tool to visualize relational databases and export schemas for GraphQL API's.
Stars: ✭ 128 (-34.36%)
Mutual labels:  visualizer
Visualee
A maven plugin to visualize java ee projects
Stars: ✭ 169 (-13.33%)
Mutual labels:  visualizer
Musicdna
A Music Player for android that renders beautiful DNA(Visualization) of the currently playing music.
Stars: ✭ 2,734 (+1302.05%)
Mutual labels:  visualizer
Django Netjsongraph
Network Topology Visualizer & Network Topology Collector
Stars: ✭ 131 (-32.82%)
Mutual labels:  visualizer
Object Visualizer
Vue JSON inspector with Chrome-like theme.
Stars: ✭ 159 (-18.46%)
Mutual labels:  visualizer
Vudio.js
ιŸ³ι’‘ε―θ§†εŒ–ε±•η€Ίζ¨‘ε—
Stars: ✭ 194 (-0.51%)
Mutual labels:  visualizer
Rxviz
Rx Visualizer - Animated playground for Rx Observables
Stars: ✭ 1,471 (+654.36%)
Mutual labels:  visualizer
berkeley-parser-analyser
A tool for classifying mistakes in the output of parsers
Stars: ✭ 34 (-82.56%)
Mutual labels:  visualizer
Visualizer
A single-page website aiming to provide innovative and intuitive visualizations of common and AI algorithms.
Stars: ✭ 163 (-16.41%)
Mutual labels:  visualizer
Expressiontreevisualizer
Debugging visualizer for expression trees
Stars: ✭ 237 (+21.54%)
Mutual labels:  visualizer
Kaitai struct visualizer
Kaitai Struct: visualizer and hex viewer tool
Stars: ✭ 137 (-29.74%)
Mutual labels:  visualizer
Rxfiddle
Visualize your Observables
Stars: ✭ 157 (-19.49%)
Mutual labels:  visualizer
Netron
Visualizer for neural network, deep learning, and machine learning models
Stars: ✭ 17,193 (+8716.92%)
Mutual labels:  visualizer
Orbit
C/C++ Performance Profiler
Stars: ✭ 2,291 (+1074.87%)
Mutual labels:  visualizer
Xstate
State machines and statecharts for the modern web.
Stars: ✭ 18,300 (+9284.62%)
Mutual labels:  visualizer
Markvis
make visualization in markdown. πŸ“ŠπŸ“ˆ
Stars: ✭ 1,509 (+673.85%)
Mutual labels:  visualizer
Kaitai struct webide
Online editor / visualizer for Kaitai Struct .ksy files
Stars: ✭ 175 (-10.26%)
Mutual labels:  visualizer
data structure and algorithms
This repository is related to an Arabic tutorial, within the tutorial we discuss the common data structure and algorithms and their worst and best case for each, then implement the code using Python.
Stars: ✭ 33 (-83.08%)
Mutual labels:  algorithms-and-data-structures
Problem-Solving
This Repository consists of my solutionsπŸ’‘ in Python 3 to various problems in Data Structures and Algorithms.πŸŽ–οΈ
Stars: ✭ 17 (-91.28%)
Mutual labels:  algorithms-and-data-structures
Visualizer
UI-Router state visualizer and transition visualizer
Stars: ✭ 205 (+5.13%)
Mutual labels:  visualizer

Shortest Path Finder (Visualizer)

Shortest Path Finder using BFS algorithm in React

cover


Live demo

Running in your local

  • git clone https://github.com/sadanandpai/shortest-path-finder.git
  • npm install (after navigating inside the directory)
  • npm start

Features

  • Responsive grid layout for screen sizes
  • Rows and columns control
  • Custom maze building options
  • Random maze generator
  • Path length display
  • Mobile support
  • Easy to understand and implementable code

Technologies


Feel free to reuse or modify the code/project for your personal or professinal purposes
Raise PR for any bugs/imporvements
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].