# Maze **Repository Path**: zshellzhang/Maze ## Basic Information - **Project Name**: Maze - **Description**: 大三选修课的结业课程设计, 出于好奇与尝鲜, 我就用 C# 实现了一下 - **Primary Language**: C# - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-06 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README Maze ==== This is a little program about the generation and search of a maze with a flexible scale. I used a depth-first-search algorithm to generate the map of the maze. Then,I will use four algorithms to explore the generated maze for a key route of it. Well,that's all,thank you!