Sparkle Robot, a versatile robotic platform powered by Arduino to fulfill the EN2533: Robot Design and Competition tasks
-
Updated
Jun 25, 2024 - C++
A maze is a type of puzzle involving a collection of paths, usually where a player has to find a route from start to finish.
A huge variety of algorithms exist for generating and solving mazes. These are not only fun to implement, but also are a good way to familiarise yourself with programming techniques, algorithms, and languages.
Sparkle Robot, a versatile robotic platform powered by Arduino to fulfill the EN2533: Robot Design and Competition tasks
This is a maze solving code using arduino uno microprocessor. It use potential field algorithm as the main algorithm. There are many command on every subroutine so that you might get insight on my code.
Escape from a maze using reinforcement learning
Maze generator and solver with visualization
Visualization of the generation and solution of mazes with various algorithms.
A maze generator and solver written in C++
This project explores Maze Generation Algorithms and Maze Search Algorithms
E0 251 Data Structures and Algorithms course is offered by Department of Computer Science and automation, Indian Institute of Science, Bangalore. The assignment includes work on sparse data structures, large unsigned integer arithmetic, polynomial division, betweenness centrality using bfs and floyd warshall, persistent data structures, solving …
A collection of maze solving algorithms
maze solution
Python Maze Solver using A* Algorithm with Movement Constraints
Labyrinth generation and resolution project in Java, with graphical interface in Java Swing.
Solves any images of mazes, as long as the starting point, ending point, walls, and path have unique colors.
Uses PyQt5 to paint the mazes. The user can make a maze and then watch as it is solved. Uses brute force threading to solve the maze. Randomly generated mazes are a future addition.
Maze solving algorithm visualizer using React.js
Computer Science NEA - A path finding algoithm visializer
A maze generator and solver.