genMaze: genMaze

Description Usage Arguments Details Author(s) Examples

Description

This function generates the list of edges.

Usage

1

Arguments

rank

This is the Rank of the maze.

Details

The Genmaze function generates the list of edges. The edges will be used to construct the maze.

Author(s)

Aiden Loe

Examples

1

Example output

 [1]  1  2  1  6  2  3  2  7  3  4  3  8  4  5  4  9  5 10  6  7  6 11  7  8  7
[26] 12  8  9  8 13  9 10  9 14 10 15 11 12 11 16 12 13 12 17 13 14 13 18 14 15
[51] 14 19 15 20 16 17 16 21 17 18 17 22 18 19 18 23 19 20 19 24 20 25 21 22 22
[76] 23 23 24 24 25

mazeGen documentation built on May 2, 2019, 6:34 a.m.