You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What is preventing stack.top() from being (0,0) and so this lambda to return a negative number (-m_nMazeWidth) as a result when offsetting to (-1, 0) or (0, -1)?
Hello,
What is preventing
stack.top()
from being (0,0) and so this lambda to return a negative number (-m_nMazeWidth
) as a result when offsetting to (-1, 0) or (0, -1)?https://github.com/OneLoneCoder/videos/blob/537664947db31529d2d2236deda9105ca19c041c/OneLoneCoder_Mazes.cpp#L115
The text was updated successfully, but these errors were encountered: