https://github.com/nanitefactory/maze
Maze generator and solver programmed using stack. I was barely learning C & Data structure at the time.
https://github.com/nanitefactory/maze
maze-generator maze-solver
Last synced: 11 months ago
JSON representation
Maze generator and solver programmed using stack. I was barely learning C & Data structure at the time.
- Host: GitHub
- URL: https://github.com/nanitefactory/maze
- Owner: NaniteFactory
- Created: 2017-03-28T15:27:41.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-03-28T15:36:44.000Z (over 9 years ago)
- Last Synced: 2025-04-09T12:27:04.570Z (over 1 year ago)
- Topics: maze-generator, maze-solver
- Language: C
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Maze
## 개요
- 2015학년도 2학년 1학기 '자료구조' 수업 과제
- 스택을 이용한 미로 탐색
- 미로 생성 알고리즘 포함