-
-
Notifications
You must be signed in to change notification settings - Fork 414
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Title: Addition of a maze solver #1539
Comments
It's great having you contribute to this projectThanks for opening this Issue 🙌 , Welcome to Project Guidance 💖 We will review everything and get back to you.Make sure to give a star to this repo before making a fork! Thank you :) |
I am the mentor of this project. |
Hello @SakiraAli1115 , sure I'll share how inputs are taken and output is displayed. The basic logic behind this is the implementation of queues and stacks. With these implementations, we traverse the maze until we find the exit or target value. As for the output, the image is generated after the solution is found and automatically saved on your device. A demo input in the form of .txt file: The solution in the form of form of .png file for the above demo maze: (Cannot share working demo due to size issues) |
@Mahak-Agrawal-304 Is this simple python program ? |
Yes @Kushal997-das , it's a beginner project I made when I began learning Artificial Intelligence |
Please ensure that this is developed as a desktop application rather than a standard program. It should have the appearance of a complete project. I’m assigning this to you for now and will check in when you open the PR. Thank you! |
Hi @Mahak-Agrawal-304 👋, your issue #1539 has been successfully closed ✅. Thank you for your valuable contribution! 🙌 |
Initiative (Required)
GSSoC 2024 Extd 🚀
Is your proposal related to a problem? Please describe.
I propose adding a basic AI project, i.e. a maze solver.
It will take input in .txt file and produce the output in .png file. It uses both bfs as well as dfs algorithms for an optimized solution. It will be a great project for a beginner level developer.
Add any other context or screenshots about the proposal request here.
No response
The text was updated successfully, but these errors were encountered: