Skip to content
/ maze-rs Public

Parallelized maze solving implemented in Rust

Notifications You must be signed in to change notification settings

dovvla/maze-rs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Maze-rs

Overview

Maze-rs is a Rust-based application for parallelized maze solving. It leverages Rust's concurrency capabilities to efficiently solve mazes, making it a useful tool for exploring parallel algorithms and Rust programming.

Features:

  • Parallelized Solving: Utilizes Rust's concurrency features to solve mazes in parallel.

  • Customizable Mazes: Allows users to input their own maze designs for solving.

  • Rust Implementation: Provides a practical example of Rust's power and efficiency in handling concurrent tasks.

Installation

Clone the repository:

git clone https://github.com/dovvla/maze-rs.git
cd maze-rs

Build the project:

cargo build --release

Run the maze solver with the included example maze:

cargo run --release

To use a custom maze, modify the labyrinth.txt file with your maze design and then run the solver.

This project is licensed under the MIT License. See the LICENSE file for details.

About

Parallelized maze solving implemented in Rust

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages