An open API service indexing awesome lists of open source software.

https://github.com/daemon1024/a-maze-ing

First year Software Development Fundamentals Project
https://github.com/daemon1024/a-maze-ing

Last synced: about 2 months ago
JSON representation

First year Software Development Fundamentals Project

Awesome Lists containing this project

README

        

# maze-c

First year Software Development Fundamentals Project

![Example Output](https://github.com/daemon1024/maze-c/blob/master/example.png)

## Flowcharts

Maze Generation | Maze Solution
--- | ---
![Maze-Gen Flowchart](https://github.com/daemon1024/maze-c/blob/master/flowcharts/generate-maze.png) | ![Maze-Solve Flowchart](https://github.com/daemon1024/maze-c/blob/master/flowcharts/maze-solution.png)

Ref : https://en.wikipedia.org/wiki/Maze_generation_algorithm#Recursive_backtracker