Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

#75 Maze Program - Backtracking #135

Merged
merged 2 commits into from
Dec 18, 2019
Merged

#75 Maze Program - Backtracking #135

merged 2 commits into from
Dec 18, 2019

Conversation

anand-aman
Copy link
Contributor

Issue #75 - Maze Problem using Backtracking algorithmic technique

#75 Maze Problem using Backtracking algorithmic technique
Copy link
Owner

@rishabhgarg25699 rishabhgarg25699 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@anand-aman Do all changes


}


Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Remove extra input.

return false;
}


Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Remove extra space

final static int SIZE = 5;

public static int[][] maze =
{
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Take input from user .

Issue #75 - Maze Problem using Backtracking algorithmic technique
@anand-aman
Copy link
Contributor Author

@rishabhgarg25699 I have made some changes. Now, maze will be taken as input from the user.

@rishabhgarg25699 rishabhgarg25699 merged commit 3a5aab6 into rishabhgarg25699:master Dec 18, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants