-
Notifications
You must be signed in to change notification settings - Fork 269
Adding solution for n queens problem using GENETIC Algorithm #133
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
Conversation
Hi @Radwojt your commits are not linked with your git account. You can read more about it from here why-are-my-commits-linked-to-the-wrong-user. If i merged it then your contribution will not be added. Please setup your local Git configuration correctly.
I think it will work commits-are-not-getting-linked-with-github-account . If it will not work then try to fix it by googling.
And please also check this issue for your other PRs
@TheSTL can you review this?
Uh oh!
There was an error while loading. Please reload this page.
Affect: #132
I have implemented
genetic algorithm
for solvingN-Queens Problem
.This is heuristic problem so remember that given input data generates randomly.
The problem is solved when each queen cannot perform attack to each other.
References:
I will be happy to answer any questions :)