Hactoberfest-2022-New icon indicating copy to clipboard operation
Hactoberfest-2022-New copied to clipboard

Rat in a maze using cpp

Open PurviSaiChoure opened this issue 2 years ago • 0 comments

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.

PurviSaiChoure avatar Oct 23 '22 13:10 PurviSaiChoure