Found 46 repositories(showing 30)
garrethlee
A Python-based application demonstrating various search algorithms, namely Depth-First Search (DFS), Breadth-First Search (BFS), and A* Search (Manhattan Distance Heuristic)
malkfilipp
Maze Runner is a maze generation and solving tool using the randomized Kruskal's algorithm and the A* algorithm
atakilicov
Welcome to the Maze Runner. this is an excelent algorithm project using Stack data structre.
AsianZeus
Maze Runner is based on Travelling Salesman Problem, to minimize the travelling cost to find the best possible solution. The user input maze image of m x n dimension which is converted to a graph, extracting the nodes and making connections which is used to traverse the maze via different algorithms. So, the user can compare different algorithms to get the most efficient path, while generating nodes in a graph. The maze can be a source to find the shortest easy path, from the multiple path that leads to the solution.
HarrrrryLi
A simulator of maze runner by using Repeated Adaptive A* search algorithm
kumudkode
Maze Runner An interactive maze generator and pathfinding visualizer built with vanilla JavaScript, CSS, and HTML. Generate random perfect mazes, navigate manually with arrow keys, or watch the algorithm solve the maze in real-time with stunning visual effects.
The-Anil
Maze runner game using Prim's Algorithms......... you have to find a path from start pt. to end pt. through stars(*) in a 20x40 size MAZE. Implemented in simple console and also with GUI.
nathanzzhang
No description available
sahwho
Maze Runner Too, Analysis of Algorithms
x54k4id0
Maze generator & Runner using DFS algorithm
epcm18
Maze Runner Problem Solved using Backtracing Algorithm
Ellen99
The Maze Runner project with 3 Running algorithms
anjiann
A maze runner game created using Eller's algorithm
TsilaAllaoui
Maze Runner with BFS and Randomized Prim's Algorithm for maze the generation
cguest97
A Simple maze runner game generated using Prim's algorithm
Thoriso04
EGO EV3 Maze Runner using left-hand wall-following algorithm.
ochertkova
Project from HyperSkill: Maze Runner with Prim's Algorithm maze generator and DFS escape finding.
Bartosz-Rogala
Maze Runner is a maze generation and solving tool using the randomized Kruskal's algorithm and the DFS algorithm
cagricibuk
maze runner robot project with stacks and xiaomi robot style algorithm
libanegal
Creating a maze and a runner which traverses the maze. Also implemented a shortest path algorithm.
MinhTNguyen1210
Maze Runner - Solve mazes with recursive and iterative algorithms, including direction handling, wall detection, and pathfinding.
akhilstanis
A maze solver using state space search algorithms for CSCI 264 Project - https://akhilstanis.github.io/maze-runner/
20alaamahmoud
Maze Runner is a maze generation and solving tool using the Depth First Search (DFS) Algorithm in Python
Annanyas
This repository contains all the code of algorithms of maze runner and controls
saimeda1
Maze Runner is a Java-based application designed to solve mazes using advanced pathfinding algorithms. It offers a user-friendly interface that allows users to input custom mazes and visualize the solution path. Maze Runner showcases the power and versatility of algorithmic problem-solving in Java.
bodoque-01
A few algorithmic stuff. A* maze runner, a 3D rotating cube and a simple linear regression algorithm from scratch
Harsha-E
A 3D Maze Runner Game Based On Three.js With A Self Designing Algorithm
ycnelson521
A simple example of a maze runner uising simple table-based q-learning algorithm.
Albtony
a simple implementation of a maze runner simulation with different search algorithm (wavefront, a-star, djikstra)
saleem8054
Maze Runner game developed on the idea of Depth First Search(one of the graph traversal algorithm)