#Logic mistake ?
1 messages ยท Page 1 of 1 (latest)
Here is an AI assisted attempt to answer your question ๐ค. Maybe it helps! In any case, a human is on the way ๐. To continue talking to the AI, you can use </chatgpt:1108714622413963314>.
Yes, there seems to be a logic mistake in your example. The last row of the maze should have one less "#" symbol compared to the previous rows. Here is the corrected version:
#############
# #
# # #####
# # #
### # # #
# # #
The last row should be:
# #
instead of: