-
-
Notifications
You must be signed in to change notification settings - Fork 30.6k
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 queens problem bitwise solution #15
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could you please revert all changes in README.md and make tests to pass along with Eslint?
Are the n items horizontal or vertical ? |
Codecov Report
@@ Coverage Diff @@
## master #15 +/- ##
=====================================
Coverage 100% 100%
=====================================
Files 117 118 +1
Lines 2283 2296 +13
Branches 396 397 +1
=====================================
+ Hits 2283 2296 +13
Continue to review full report at Codecov.
|
Hi! I reverted the changes and updated the code to be ok with eslint rules. |
How does this work? |
Thank you for PR @juffalow |
* Add N queens problem bitwise solution * Update code to corespond with eslint
* Add N queens problem bitwise solution * Update code to corespond with eslint
Create newCI.yml
No description provided.