I just want to ask something about using a stack in maze
Im confused about implementing stack in c++.is it possible that I can insert a multidimensional array in a stack,how?:S
(can you please give me some little bit of codes in order to do that)
I did already a maze using a recursion,but the requirements have been changed by my prof...it should have no recursion and uses a stack to store the coordinates