joshpensky / kruskal-mazes

Constructing mazes with Kruskal's algorithm

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Kruskal Mazes

This was a project for a Northeastern University class, CS 2510 - Fundamentals of Computer Science II. The object of assignment was to construct mazes using Kruskal's algorithm, and then either let the player solve it themsevles or have it auto-solve using Breadth or Depth First Search.

About

Constructing mazes with Kruskal's algorithm


Languages

Language:Java 100.0%