Hactoberfest-2022-New
Hactoberfest-2022-New copied to clipboard
Rat in a maze using cpp
This is a backtracking and recursive program demonstrating a rat travelling from the start to the end position using only four directions: down(d), left(l), right(r), up(u) [diagonal traversal is not applicable]. One block can be traversed once in a iteration.