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

Knight's Tour Problem #461

Open
PabloBartolomeMolina opened this issue Apr 13, 2024 · 2 comments · May be fixed by #463
Open

Knight's Tour Problem #461

PabloBartolomeMolina opened this issue Apr 13, 2024 · 2 comments · May be fixed by #463

Comments

@PabloBartolomeMolina
Copy link

Algorithm for Knight's Tour problem in Cpp.
Implementation in code.

Time Complexity : O(8^(n^2))
Space Complexity : O(n^2)

@jsjeon-um
Copy link

Can I work on this?

@PabloBartolomeMolina
Copy link
Author

Hello, I just pushed a basic code and test. Once accepted, do not hesitate to add extra tests and improve the algorithm implemented

@PabloBartolomeMolina PabloBartolomeMolina linked a pull request Apr 25, 2024 that will close this issue
3 tasks
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 a pull request may close this issue.

2 participants