Skip to content

Shimo-1999/BaltosPuzzle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Balto's Puzzle

This repository includes the Visualizer and Solver (16th place) for the Al Zimmermann's Programming Contest: Balto's Puzzle.

Visualizer

The Visualizer is implemented using Rust + WASM and provides an interactive way to view solutions for Balto's Puzzle.
You can access it directly on GitHub Pages.

Example Video

Here is an example video for n=15:

Visualizer Example

Solver

The Solver is a Rust program that implements a difference-based Beam Search algorithm, which is similar to Euler Tour Beam Search.
It ranked 16th in the Balto's Puzzle Contest.

Details

  • Language: Rust
  • Path: /solver
  • Increasing the beam width generally leads to better solutions, but at the cost of higher computational requirements.

Links

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages