GitHub topics: maze-solver
iampratyusht/Autonomous-path-finding
A data structure and algorithm-driven maze-solving robot inspired by Micromouse. Implements an optimized flood-fill algorithm.
Language: C++ - Size: 11 MB - Last synced at: 2 days ago - Pushed at: 2 days ago - Stars: 0 - Forks: 2

dylanj1383/Firefighter_Robot
Autonomous robot built to locate and extinguish flames in a maze. All time record setter for Maze 1 & 2 – TEJ4MI final project at Laurel Heights Secondary School.
Language: Visual Basic .NET - Size: 40 KB - Last synced at: 3 days ago - Pushed at: 4 days ago - Stars: 0 - Forks: 0

edd-araujo/maze-game-backtracking-react
Projeto em React que simula a resolução de labirintos usando o algoritmo de backtracking. Visualização animada dos passos do jogador virtual e seleção de mapas aleatórios.
Language: JavaScript - Size: 2.33 MB - Last synced at: 5 days ago - Pushed at: 5 days ago - Stars: 0 - Forks: 0

Arcoti/Maze-Solver
Maze Solver with Dijkstra's Algorithm
Language: Python - Size: 59.6 KB - Last synced at: 5 days ago - Pushed at: 5 days ago - Stars: 0 - Forks: 0

Boda1607/The-Escape
The Escape Maze generator & solver with DFS/BFS, manual play, themes, icons, and full responsive design.
Language: HTML - Size: 1010 KB - Last synced at: 12 days ago - Pushed at: 12 days ago - Stars: 6 - Forks: 0

codebox/mazes
JavaScript Maze Generator
Language: JavaScript - Size: 355 KB - Last synced at: 11 days ago - Pushed at: over 3 years ago - Stars: 104 - Forks: 51

codebox/maze.js
Maze Generation Algorithms and Rendering Code
Language: JavaScript - Size: 58.6 KB - Last synced at: 11 days ago - Pushed at: almost 3 years ago - Stars: 13 - Forks: 10

Pietot/Lapyrinth
A program capable of creating mazes with many different algorithms and solving them with different pathfinders.
Language: Python - Size: 40.2 MB - Last synced at: 14 days ago - Pushed at: 14 days ago - Stars: 5 - Forks: 1

gnidz/Mazescapist-Maze-Solver
A Python maze solver for the challenging 'Mazescapist' CTM Minecraft map. Inspired by The Maze Runner.
Language: Python - Size: 946 KB - Last synced at: 14 days ago - Pushed at: 14 days ago - Stars: 0 - Forks: 0

JeewanthaSadaruwan/Webots---Maze-Solving-Robot-Simulation
Maze-solving e-puck robot simulation for IESL RoboGames 2024. The robot navigates a custom Webots arena to find colored waypoints (Red, Yellow, Pink, Brown, Green) in order, regardless of its starting position. Implemented in Python.
Language: Python - Size: 6.91 MB - Last synced at: 18 days ago - Pushed at: 19 days ago - Stars: 0 - Forks: 0

JeewanthaSadaruwan/MicroJAS---Micromouse-Robot
The MicroJAS project: Building a high-performance, compact Micromouse robot 🤖 for efficiently solving mazes autonomously. Focus on custom hardware (STM32) and intelligent software.
Size: 1.39 MB - Last synced at: 18 days ago - Pushed at: 19 days ago - Stars: 0 - Forks: 0

Joyanta-Kumar/PathFinder
The robot that finds path to it's goal.
Language: Python - Size: 54.7 KB - Last synced at: 18 days ago - Pushed at: 19 days ago - Stars: 0 - Forks: 0

vbuyel/Maze-generator
Генератор лабиринта и его визуализация (поддержка файлов)
Language: Pascal - Size: 10.5 MB - Last synced at: 19 days ago - Pushed at: 20 days ago - Stars: 1 - Forks: 0

eendroroy/amazeing
Generate and Solve Maze
Language: Rust - Size: 11.8 MB - Last synced at: 3 days ago - Pushed at: 27 days ago - Stars: 2 - Forks: 1

TylerMommsen/pathfinding-visualizer
Pathfinding and Maze Visualization Tool
Language: TypeScript - Size: 29.2 MB - Last synced at: 8 days ago - Pushed at: 9 months ago - Stars: 8 - Forks: 0

aurkaxi/mesl_pathfinder
mesl pathfinder project repo
Language: Python - Size: 4.88 KB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 0 - Forks: 0

TonyChouteau/Maze-Generator-Resolver
Maze Generator & Maze Resolver (Javascript, p5.js)
Language: JavaScript - Size: 10.7 KB - Last synced at: 21 days ago - Pushed at: about 5 years ago - Stars: 1 - Forks: 0

ttwrpz/maze-escape-solver
A Java implementation of a maze escape solver using breadth-first search algorithm with an object-oriented design. This project demonstrates encapsulation, custom data structures, and algorithm implementation for CSC122 Introduction to Programming Lab.
Language: Java - Size: 250 KB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 0 - Forks: 0

Zeyad97/Maze-Solver-AI-BFS
AI maze solver using BFS algorithm to find the shortest path
Language: Python - Size: 0 Bytes - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 1 - Forks: 0

Fady-K/shortest-path-finder
A graspable python script that applies the concept of Breadth First Algorithm (BFS) on simple maze. Using a strong search Algorithm (BFS), This script helps to solve the provided maze and figure out the shortest possible path for it.
Language: Python - Size: 14.6 KB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 0 - Forks: 0

gabrieldrn/Java-Maze-Solver
Maze solving in java with BFS, DFS, A*
Language: Java - Size: 153 KB - Last synced at: 4 days ago - Pushed at: over 6 years ago - Stars: 19 - Forks: 6

thembaxaba157/Mazesolver-bfs
MazeSolver is a modular Python-based system for simulating and solving mazes using virtual robots. It uses a breadth-first search (BFS) algorithm to compute the shortest path through both predefined and randomly generated mazes, supporting both text and graphical interfaces.
Language: Python - Size: 243 KB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 0 - Forks: 0

05sanjaykumar/Maze-Solver-Reinforcement-Learning
Reinforcement Learning maze solver using Q-learning and Deep Q-learning.
Language: Python - Size: 27.3 KB - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 0 - Forks: 0

Jarimus/Maze-Solver
A Python tkinter maze solver
Language: Python - Size: 104 KB - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 0 - Forks: 0

noshluk2/ROS2-Autonomous-Driving-and-Navigation-SLAM-with-TurtleBot3
This is repository for the course ROS2 Autonomous Driving and SLAM using NAV2 with TurtleBot3 on Udemy.
Language: Python - Size: 43.9 MB - Last synced at: about 1 month ago - Pushed at: about 2 years ago - Stars: 98 - Forks: 31

SuiteBee/aMazeGen
A perfect maze generator with animations
Language: Python - Size: 158 KB - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 0 - Forks: 0

PamplemomM/A-Maze-D
The A-Maze-d project briefly consists in solving mazes
Language: C - Size: 0 Bytes - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 0 - Forks: 0

rmehri01/mazes
🌾 An implementation of Mazes for Programmers in Rust.
Language: Rust - Size: 1.5 MB - Last synced at: 3 days ago - Pushed at: over 1 year ago - Stars: 3 - Forks: 1

frvnzz/DFS-Maze-Solver
A maze solver using DFS written in C#
Language: C# - Size: 130 KB - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 0 - Forks: 0

roy7077/Maze-solver
An interactive maze solver website built with HTML, CSS, and JavaScript, featuring a canvas-based maze creation and solving tool. Draw mazes, find solutions, and customize paths with ease
Language: JavaScript - Size: 698 KB - Last synced at: 22 days ago - Pushed at: over 1 year ago - Stars: 2 - Forks: 0

changhuixu/angular-maze
A maze generator and path finder in Angular
Language: TypeScript - Size: 11.6 MB - Last synced at: 2 months ago - Pushed at: 2 months ago - Stars: 13 - Forks: 3

rabestro/awk-maze-generator
The AWK scripts to generate maze and find a path
Language: Awk - Size: 294 KB - Last synced at: about 1 month ago - Pushed at: 2 months ago - Stars: 7 - Forks: 0

Spaghetoz/maze-visualizer
Web-based maze generator and solver
Language: JavaScript - Size: 50.8 KB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 1 - Forks: 1

grade12-CS/U3A1-Stats-Robot
Maze Solver using BFS algorithm (displays probabilities of which direction robot would turn, too.)
Language: Java - Size: 327 KB - Last synced at: 17 days ago - Pushed at: 3 months ago - Stars: 0 - Forks: 0

agl-alexglopez/multithreading-with-mazes
This repository contains maze building and solving algorithms. The solvers are multithreaded.
Language: C++ - Size: 6.08 MB - Last synced at: 2 months ago - Pushed at: 2 months ago - Stars: 2 - Forks: 0

hugolgst/blob-maze-solver
🧠 Solveur de labyrinthe utilisant l'algorithme A*
Language: JavaScript - Size: 14.6 KB - Last synced at: 6 days ago - Pushed at: over 6 years ago - Stars: 0 - Forks: 0

AashvikTyagi/zippermau5
マイクロマウス
Language: C++ - Size: 64 MB - Last synced at: 2 months ago - Pushed at: 2 months ago - Stars: 2 - Forks: 1

will2dye4/labyrinth
Generate and solve mazes using various algorithms
Language: Python - Size: 63.2 MB - Last synced at: 21 days ago - Pushed at: over 1 year ago - Stars: 23 - Forks: 0

Jeremy-Cleland/uninformed_search_agents
This project implements and compares three fundamental search algorithms - Depth-First Search (DFS), Breadth-First Search (BFS), and A* Search
Language: Python - Size: 1.51 MB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 0 - Forks: 0

AmanPriyanshu/MazeGenesis
Just a page for maze algorithms
Language: HTML - Size: 26.4 KB - Last synced at: 1 day ago - Pushed at: 3 months ago - Stars: 1 - Forks: 0

devrijhwani3118/MazePathfinder
Uses machine learning algorithms to solve mazes
Language: Python - Size: 36.1 KB - Last synced at: about 2 months ago - Pushed at: 3 months ago - Stars: 0 - Forks: 0

hoangsonww/The-Maze-Game
🏰 The Maze Game offers straightforward maze navigation challenges, built with Prim's & DFS Algorithms. Featuring responsive design for easy play on any device, including mobile, with intuitive on-screen controls for movement, it's ideal for quick gaming sessions, providing both casual and challenging experiences!
Language: Python - Size: 505 KB - Last synced at: 2 months ago - Pushed at: 2 months ago - Stars: 33 - Forks: 12

halimdakir/AI-Search-Algorithms
Maze-solving algorithms in Rust using BFS, DFS, and A* with terminal output.
Language: Rust - Size: 12.7 KB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 0 - Forks: 0

sivaraam/fun-with-c
Implementation of interesting problems in c
Language: C - Size: 8.54 MB - Last synced at: 7 days ago - Pushed at: about 6 years ago - Stars: 0 - Forks: 0

ntmkimm/MAZE-GAME-PATH-FINDING-HCMUS
PATH FINDING | MAZE SOLVER - MAZE GENERATOR | HCMUS PROJECT
Language: Python - Size: 18.5 MB - Last synced at: about 1 month ago - Pushed at: 3 months ago - Stars: 0 - Forks: 0

pcluteijn/MazeLearning
Q-Learing algorithm solves simple mazes.
Language: MATLAB - Size: 230 MB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 7 - Forks: 1

Naveen88112/Genetic_Algos_Maze_Solver
Genetic Algorithm Maze Solver This project utilizes a Genetic Algorithm (GA) to solve the optimization of a maze problem. It evolves the population of promising solutions to the best solution finding shortest path between start and end point using selection, crossover, and mutation.
Language: Jupyter Notebook - Size: 39.1 KB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 0 - Forks: 0

krischnb/Maze
Sonic theme | Maze generator & solver
Language: JavaScript - Size: 20.1 MB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 0 - Forks: 0

imamtashbir95/a-star-maze
This project is an interactive A (A-star) pathfinding algorithm visualizer* built with React.js. The A* algorithm is a powerful graph traversal and search algorithm used in game development, robotics, and AI to find the shortest path between two points.
Language: JavaScript - Size: 42 KB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 0 - Forks: 0

talhaahussain/maze-solving-algorithms
Continuous Assessment for ECM2423 - Artificial Intelligence and Applications, set by Prof. Ayah Helal (Year 2, Semester 2). Involves the use of several search algorithms for the problem of solving mazes, as well as comparing performance and an independent extra program for generating new mazes.
Language: Python - Size: 1.44 MB - Last synced at: 7 days ago - Pushed at: about 1 year ago - Stars: 1 - Forks: 0

PrimeOnPeaSea/PathFindingAlgorithms
Gamified Demonstration of Path Finding Algorithms that allows you to visualize the different path finding algorithms.
Language: JavaScript - Size: 40 KB - Last synced at: 4 months ago - Pushed at: 4 months ago - Stars: 0 - Forks: 0

HxnDev/Solving-a-Maze-Using-BFS-and-DFS
Breadth-first search (BFS) is an algorithm for searching a tree data structure that searches the tree one depth at a time. It will explore all nodes at depth 1 then depth 2 and so on. Depth-first search (DFS) is an algorithm for searching a tree data structure that searches the tree vertically. It will explore one branch to the root node followed by the next branch.
Language: Python - Size: 570 KB - Last synced at: 3 months ago - Pushed at: almost 4 years ago - Stars: 4 - Forks: 0

davecom/MazeSolvingGUI
A simple tkinter GUI for illustrating DFS and BFS.
Language: Python - Size: 132 KB - Last synced at: about 2 months ago - Pushed at: almost 5 years ago - Stars: 11 - Forks: 4

devhima/Maze-Solver
Maze Solver using reinforcement learning.
Language: Python - Size: 381 KB - Last synced at: 4 months ago - Pushed at: 4 months ago - Stars: 0 - Forks: 0

rabiken/PFA_visualization
Visualization of 5 different algorithms (Random, BFS, DFS, Greedy, A*(A star) ) One of the projects assigned in BIE-ZUM(Basics of Artificial Intelligence)
Language: C++ - Size: 329 KB - Last synced at: 4 months ago - Pushed at: 4 months ago - Stars: 0 - Forks: 0

clikuki/mazeGenerator
Maze Generator and Solver in TS
Language: TypeScript - Size: 514 KB - Last synced at: 4 months ago - Pushed at: 4 months ago - Stars: 0 - Forks: 0

khaledkamr/Maze-solver-using-A-star
AI project written in Python Pyamaze that lets you create your own mazes and watch as they're solved in real time.
Language: Python - Size: 7.81 KB - Last synced at: 3 months ago - Pushed at: about 1 year ago - Stars: 2 - Forks: 1

hasanulmukit/maze-quest-nextjs
Maze Quest is a modern, interactive maze game built with Next.js, Tailwind CSS, and the Canvas API.
Language: JavaScript - Size: 64.5 KB - Last synced at: 4 months ago - Pushed at: 4 months ago - Stars: 1 - Forks: 0

liAmirali/UIAI-RL-project
An agent being trained to find its way in a stochastic and partially observable maze using SARSA and Q-Learning algorithms.
Language: Jupyter Notebook - Size: 21.4 MB - Last synced at: 4 months ago - Pushed at: 4 months ago - Stars: 0 - Forks: 2

RETR0-OS/ProjectSpyn----Autonomous-Car-Drivnng
ProjectSpyn is a robotics control system implemented in MATLAB for interacting with LEGO Mindstorms EV3. Project Spyn is a inclusivity project designed to improve mobility for speacially-abled people by providing personalized autonomous transportation over the city (maze).
Language: MATLAB - Size: 46.9 KB - Last synced at: 4 months ago - Pushed at: 4 months ago - Stars: 0 - Forks: 0

verneylmavt/q-learning-maze
A Maze Solver w/ Q-Learning developed using Python
Language: Jupyter Notebook - Size: 6.13 MB - Last synced at: 4 days ago - Pushed at: 4 months ago - Stars: 1 - Forks: 0

Tauseef-Hilal/Pathfinding-Visualizer
Pathfinding visualizations with Python and Pygame
Language: Python - Size: 10.2 MB - Last synced at: 4 months ago - Pushed at: 4 months ago - Stars: 220 - Forks: 25

DarkStarStrix/PathFinder
Pathfinder algorithms
Language: Python - Size: 65.4 KB - Last synced at: 4 months ago - Pushed at: 4 months ago - Stars: 1 - Forks: 0

mohamed-souiyeh/Daedalus
This project is my humble attempt to display how beautiful and elegant algorithms can be.
Language: TypeScript - Size: 94.3 MB - Last synced at: 3 months ago - Pushed at: about 1 year ago - Stars: 12 - Forks: 0

SebastianPreiss/Maze-Simulation
This WPF project contains an DFS maze generator and several solving algorithms.
Language: C# - Size: 2.11 MB - Last synced at: 5 months ago - Pushed at: 5 months ago - Stars: 0 - Forks: 0

ArnauCS03/genetic-algorithm-maze-solver
Implementation of a Genetic Algorithm (GA) for solving a maze. This project was developed as part of the Applied Artificial Intelligence course at Blekinge Institute of Technology (BTH), Sweden.
Language: Jupyter Notebook - Size: 1.43 MB - Last synced at: 5 months ago - Pushed at: 5 months ago - Stars: 0 - Forks: 0

MrOrnithorynque/Maze_Generator_and_Solver
Maze solver and generator algorithms.
Language: C - Size: 33.3 MB - Last synced at: 3 months ago - Pushed at: almost 4 years ago - Stars: 4 - Forks: 1

marceline-tavernier/maze-generator-solver
Dimension code # 1 : Maze generator and solver
Language: Processing - Size: 2.04 MB - Last synced at: 3 months ago - Pushed at: 5 months ago - Stars: 2 - Forks: 0

austin-weeks/maze-solver
Simple Python program for generating and solving mazes.
Language: Python - Size: 13 MB - Last synced at: 27 days ago - Pushed at: 27 days ago - Stars: 0 - Forks: 0

marcpinet/maze-generator-and-solver
🌽 A simple maze generator and solver written in Python with Pygame. You can visualize many algorithms and see how they work.
Language: Python - Size: 69.3 KB - Last synced at: 3 months ago - Pushed at: 5 months ago - Stars: 3 - Forks: 0

pinglu85/maze
A visualization tool for various maze algorithms and pathfinding algorithms.
Language: JavaScript - Size: 1.24 MB - Last synced at: 5 months ago - Pushed at: 5 months ago - Stars: 6 - Forks: 2

sraaphorst/spelunker
Maze generation and solving library
Language: C++ - Size: 1.19 MB - Last synced at: 2 months ago - Pushed at: over 2 years ago - Stars: 12 - Forks: 2

MohHasan1/Algo-Maze
Play with mazes and watch BFS and DFS in action! Drag nodes, customize grids, and explore algorithms in a fun way. Works on desktop and iPad (phones coming soon!). More features on the way! 🎉
Language: TypeScript - Size: 925 KB - Last synced at: 3 months ago - Pushed at: 5 months ago - Stars: 0 - Forks: 0

AWass04/Rat-Maze-DFS-Algorithm
A DFS algorithm designed to solve a maze.
Language: C# - Size: 316 KB - Last synced at: 5 days ago - Pushed at: 5 months ago - Stars: 0 - Forks: 0

stacenko-developer/maze
Генерация лабиринтов
Language: Java - Size: 127 KB - Last synced at: 3 months ago - Pushed at: 5 months ago - Stars: 0 - Forks: 0

KishanVyas308/Ai-Mini-Projects
This repository contains a collection of AI-based mini projects. Each project demonstrates the application of different AI algorithms and techniques. Currently, the repository includes the following projects:
Language: Python - Size: 22.5 KB - Last synced at: 4 months ago - Pushed at: 5 months ago - Stars: 1 - Forks: 0

nshahaf/mazeSolver
visual maze solving algorithm (bfs)
Language: JavaScript - Size: 158 KB - Last synced at: 3 months ago - Pushed at: 5 months ago - Stars: 1 - Forks: 0

122004/chekovs_cat
AE1 Design Project for LENGR4117 Cornerstone of Engineering I 2024/25
Language: C++ - Size: 10.7 KB - Last synced at: 5 months ago - Pushed at: 5 months ago - Stars: 1 - Forks: 0

MusadiqPasha/Maze-Generator-and-Solver
This project generates a random maze of a given size and provides a solution using Dijkstra's algorithm or allows the user to manually solve it.
Language: Python - Size: 7.2 MB - Last synced at: 3 months ago - Pushed at: 5 months ago - Stars: 1 - Forks: 0

MarkVI2/OhmWay
OhmWay is a physics/electrical based maze solver compared to conventional AI methods of solving mazes; was created for the 418 hackathon, a 24-hour hackathon hosted by MU Engima
Language: Python - Size: 84 KB - Last synced at: 3 months ago - Pushed at: 5 months ago - Stars: 0 - Forks: 0

HaydenD100/MazeSolver
This program randomly generates a maze and then solves that maze using A* pathfinding algorithm
Language: C++ - Size: 181 KB - Last synced at: 23 days ago - Pushed at: 6 months ago - Stars: 0 - Forks: 0

a-sauvaget/maze-solver
Générateur de labyrinthe + résolution
Language: Python - Size: 25.4 KB - Last synced at: 3 months ago - Pushed at: 6 months ago - Stars: 0 - Forks: 0

Pranjal-R-Agrawal/Technoxian_2023_Arduino_Micromouse
Arduino nano based micro-mouse
Language: C++ - Size: 30.3 KB - Last synced at: 6 months ago - Pushed at: 6 months ago - Stars: 23 - Forks: 6

stephenombuya/Maze-Solver
This project is a simple Maze Solver implemented in C using a recursive backtracking algorithm. The program takes a 2D maze grid as input and finds a path from the top-left corner to the bottom-right corner if it exists.
Language: C - Size: 0 Bytes - Last synced at: 6 months ago - Pushed at: 6 months ago - Stars: 0 - Forks: 0

DrMint/Maze-Solver
Solves any images of mazes, as long as the starting point, ending point, walls, and path have unique colors.
Language: Python - Size: 285 KB - Last synced at: 6 months ago - Pushed at: 6 months ago - Stars: 1 - Forks: 0

kathleenwest/MicroMouse
This final report summarizes the final progress of the MicroMouse senior project team and clarifies the ultimate design solution by first discussing the problem definition, posed solution, and benefits of implementation. Secondly the as built specifications address the mechanical and electrical technical specifications which include drawings, diagrams, and schematics that illustrate the final constructed MicroMouse. Each design requirement is then addressed and verified by test results. Lastly, the final report includes a concluding cost analysis of the project. Overall, the MicroMouse meet most of the system design requirements and was under budget with a cost of only $394.60.
Size: 888 KB - Last synced at: 3 months ago - Pushed at: about 8 years ago - Stars: 1 - Forks: 0

Ashwin-1709/random-maze-generator
DSA Project
Language: C++ - Size: 26.4 KB - Last synced at: 3 months ago - Pushed at: about 3 years ago - Stars: 0 - Forks: 1

schokee/Fovero
Maze generation/solving/visualisation using .Net / WPF
Language: C# - Size: 122 KB - Last synced at: 6 months ago - Pushed at: 6 months ago - Stars: 1 - Forks: 1

aminakbari7/maze_game
solve maze game with Ai(bfs)
Language: Python - Size: 19.5 KB - Last synced at: 3 months ago - Pushed at: over 1 year ago - Stars: 2 - Forks: 0

luissaster/terrible-maze
Projeto desenvolvido para a disciplina SIN 323 - Inteligência Artificial, da Universidade Federal de Viçosa - Campus Rio Paranaíba.
Language: Python - Size: 403 KB - Last synced at: 6 months ago - Pushed at: 6 months ago - Stars: 1 - Forks: 0

YeyoM/mazeSolver
Maze Solver built with python. Using DFS, BFS, Dijkstra, A* Star.
Language: Python - Size: 787 KB - Last synced at: 3 months ago - Pushed at: over 2 years ago - Stars: 9 - Forks: 4

0-harshit-0/maze
A maze generator and solver.
Language: JavaScript - Size: 5.18 MB - Last synced at: about 14 hours ago - Pushed at: 6 months ago - Stars: 2 - Forks: 1

SarthakSKumar/Solving-CSP-using-RAT
Project which uses algorithms involving Backtracking to solve Constraint Satisfaction Problems. CSE Sem-I Project 2022
Language: Python - Size: 48 MB - Last synced at: 4 days ago - Pushed at: about 3 years ago - Stars: 10 - Forks: 1

RamezzE/MazeSolver
Maze generation, solving & finding shortest paths algorithms with backtracking, written in C++ and SFML.
Language: C++ - Size: 818 KB - Last synced at: 2 months ago - Pushed at: 11 months ago - Stars: 4 - Forks: 0

Mostafa-wael/Solvendo
An Intelligent Maze Solving Car
Language: C++ - Size: 122 KB - Last synced at: 3 months ago - Pushed at: about 3 years ago - Stars: 16 - Forks: 2

salmanhaider14/Interactive-Maze-Solver
The Interactive Maze Solver is a WPF application that allows users to solve mazes using different algorithms.
Language: C# - Size: 277 KB - Last synced at: 4 months ago - Pushed at: 12 months ago - Stars: 0 - Forks: 0

IbrahimSquared/visibility-heuristic-path-planner
Highly efficient holistic 2D visibility solution for grid-based environments/maps (C++ and MATLAB). Extends to a planner.
Language: MATLAB - Size: 7.53 MB - Last synced at: 7 months ago - Pushed at: 7 months ago - Stars: 18 - Forks: 3

nesterova-p/Maze_Solver_C
Maze Solver with a challenging 512kB memory constraint implementation for a university project. The project was created together with Martyna Kochalska (pyskaa0506)
Language: C - Size: 778 KB - Last synced at: about 2 months ago - Pushed at: 7 months ago - Stars: 0 - Forks: 0

nesterova-p/Maze_Solver_Java
Maze Solver with GUI (SWING) implementation for a university project. The project was created together with Martyna Kochalska (pyskaa0506)
Language: Java - Size: 1.92 MB - Last synced at: about 2 months ago - Pushed at: 7 months ago - Stars: 0 - Forks: 0

mertturkmenoglu/path-finding-algorithms
Path finding algorithms visualization
Language: TypeScript - Size: 1.07 MB - Last synced at: 3 months ago - Pushed at: over 1 year ago - Stars: 6 - Forks: 1
