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

Optimize Performance of the Solvers #10

Open
TheMuppet opened this issue Feb 25, 2022 · 1 comment
Open

Optimize Performance of the Solvers #10

TheMuppet opened this issue Feb 25, 2022 · 1 comment
Assignees

Comments

@TheMuppet
Copy link
Owner

No description provided.

@alexsc23
Copy link
Collaborator

Test Brute Force Solver (set) on 3-Queens Problem ... ok (7ms)
Test Brute Force Solver (set) on 4-Queens Problem ... ok (3ms)
Test Brute Force Solver (set) on 6-Queens Problem ... ok (33ms)
Test Brute Force Solver (set) on 8-Queens Problem ... ok (2s)
Test Brute Force Solver (array) on 3-Queens Problem ... ok (3ms)
Test Brute Force Solver (array) on 4-Queens Problem ... ok (5ms)
Test Brute Force Solver (array) on 6-Queens Problem ... ok (39ms)
Test Brute Force Solver (array) on 8-Queens Problem ... ok (802ms)

@TheMuppet TheMuppet changed the title Test Array vs Set Perfomance brute Force Optimize the runtime of the Solvers Mar 11, 2022
@TheMuppet TheMuppet changed the title Optimize the runtime of the Solvers Optimize Performance of the Solvers Mar 11, 2022
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

No branches or pull requests

2 participants