MazeGeneration - Eishaaya/GMRDataStructuresTest GitHub Wiki


Preface

This section of advance concepts will go over different ways to generate a maze on an undirected graph.


Lesson 1: Union Find

Lesson 2: Prims Algo