lee-algorithm-js
Maze solver
An implementation of a route finding algorithm in JavaScript for solving maze problems
A version of the Lee Algorithm implemented in JavaScript
26 stars
3 watching
3 forks
Language: JavaScript
last commit: almost 5 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
ignacio-chiazzo/algorithms-leetcode-javascript | A collection of solutions to algorithmic problems using JavaScript. | 616 |
linclark/algorithms-101 | An educational resource for learning fundamental algorithms in JavaScript | 79 |
mjrlowe/maze_generator | A JavaScript module for generating mazes | 38 |
javafxpert/llm-grovers-search-party | An implementation of Grover's algorithm using Qiskit and a large language model to generate boolean expressions from narratives | 10 |
leyanlo/advent-of-code | A collection of solutions to Advent of Code challenges in JavaScript | 17 |
valdanylchuk/swiftlearner | A collection of machine learning algorithms implemented in Scala for prototyping and experimentation. | 39 |
louismullie/graph-rank | An implementation of PageRank and TextRank algorithms in Ruby. | 75 |
gregmoille/pylle | A software package for numerically solving the Lugiato-Lefever Equation | 66 |
puemos/reasonml-astar-maze | An implementation of A* pathfinding algorithm in ReasonML for a web-browser maze game | 38 |
felixneutatz/2048_m-a-star | An algorithmic solver for the 2048 game using A* search with cost functions based on tile values and unassigned tiles. | 204 |
kawre/leetcode.nvim | An Neovim plugin for solving LeetCode problems | 1,139 |
klho/flam | An open-source software project providing optimized linear algebra algorithms for specific matrix types commonly encountered in physics and statistics. | 63 |
lanl-ansi/watermodels.jl | A Julia package for solving optimization problems in water distribution networks | 73 |
roboticexplorationlab/trajectoryoptimization.jl | A package that provides an efficient API and methods for defining and evaluating trajectory optimization problems in Julia. | 338 |
alixaxel/pagerank | An implementation of PageRank algorithm for weighted graphs in Go. | 85 |