https://github.com/cantaro86/maze-3d
C++ program that solves the maze in 3D
Science Score: 13.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
○.zenodo.json file
-
○DOI references
-
○Academic publication links
-
○Committers with academic emails
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (2.2%) to scientific vocabulary
Keywords
cpp
maze
maze3d
Last synced: 5 months ago
·
JSON representation
Repository
C++ program that solves the maze in 3D
Basic Info
Statistics
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
- Releases: 0
Topics
cpp
maze
maze3d
Created over 6 years ago
· Last pushed over 6 years ago
Metadata Files
Readme
README.md
MAZE 3D
This is a problem I solved in C++.
The problem assumes that the Prince (indicated by 1) is at the top floor and that the Princess (indicated by 2) is at the ground floor. The dots '.' represent the open ways, and the 'o' points represent the walls.
I solved this problem by recursion.
To compile the program just run the command make in the shell.
Feel free to modify the map (in the main.cpp) and check the output.
Owner
- Name: Nicola Cantarutti
- Login: cantaro86
- Kind: user
- Website: https://cantaro86.github.io/
- Repositories: 18
- Profile: https://github.com/cantaro86
GitHub Events
Total
Last Year
Issues and Pull Requests
Last synced: 8 months ago
All Time
- Total issues: 0
- Total pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Total issue authors: 0
- Total pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 0
- Pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Issue authors: 0
- Pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0