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: about 5 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
| A collection of solutions to algorithmic problems using JavaScript. | 626 |
| An educational resource for learning fundamental algorithms in JavaScript | 79 |
| A JavaScript module for generating mazes | 38 |
| An implementation of Grover's algorithm using Qiskit and a large language model to generate boolean expressions from narratives | 10 |
| A collection of solutions to Advent of Code challenges in JavaScript | 18 |
| A collection of machine learning algorithms implemented in Scala for prototyping and experimentation. | 39 |
| An implementation of PageRank and TextRank algorithms in Ruby. | 75 |
| A software package for numerically solving the Lugiato-Lefever Equation | 67 |
| An implementation of A* pathfinding algorithm in ReasonML for a web-browser maze game | 38 |
| An algorithmic solver for the 2048 game using A* search with cost functions based on tile values and unassigned tiles. | 204 |
| A Neovim plugin for solving LeetCode problems | 1,192 |
| An open-source software project providing optimized linear algebra algorithms for specific matrix types commonly encountered in physics and statistics. | 63 |
| A Julia package for solving optimization problems in water distribution networks | 74 |
| A package that provides an efficient API and methods for defining and evaluating trajectory optimization problems in Julia. | 343 |
| An implementation of PageRank algorithm for weighted graphs in Go. | 85 |