
Non-perfect maze generation using Kruskal algorithm
Author(s) -
Mahyus Ihsan,
Dedi Suhaimi,
Marwan Ramli,
Syarifah Meurah Yuni,
Ikhsan Maulidi
Publication year - 2021
Publication title -
jurnal natural/jurnal natural
Language(s) - English
Resource type - Journals
eISSN - 2541-4062
pISSN - 1411-8513
DOI - 10.24815/jn.v21i1.18840
Subject(s) - algorithm , mathematics , spanning tree , kruskal's algorithm , computer science , minimum spanning tree , combinatorics
A non-perfect maze is a maze that contains loop or cycle and has no isolated cell. A non-perfect maze is an alternative to obtain a maze that cannot be satisfied by perfect maze. This paper discusses non-perfect maze generation with two kind of biases, that is, horizontal and vertical wall bias and cycle bias. In this research, a maze is modeled as a graph in order to generate non-perfect maze using Kruskal algorithm modifications. The modified Kruskal algorithm used Fisher Yates algorithm to obtain a random edge sequence and disjoint set data structure to reduce process time of the algorithm. The modification mentioned above are adding edges randomly while taking account of the edge’s orientation, and by adding additional edges after spanning tree is formed. The algorithm designed in this research constructs an non-perfect maze with complexity of where and denote vertex and edge set of an grid graph, respectively. Several biased non-perfect mazes were shown in this research by varying its dimension, wall bias and cycle bias.