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

add: N-Queen Backtrack solution #613

Merged
merged 1 commit into from
Oct 5, 2022
Merged

add: N-Queen Backtrack solution #613

merged 1 commit into from
Oct 5, 2022

Conversation

nilesh05apr
Copy link
Contributor

N-queens(Leetcode) JAVA Solution. #515

Added Backtracking solution for N-queens problem of Leetcode.
accepted on leetcode :
Runtime: 9 ms, faster than 44.45% of Java online submissions for N-Queens.
Memory Usage: 46.5 MB, less than 27.44% of Java online submissions for N-Queens.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants