You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you have size > 32 you can end up setting values out of the boundary of forbidden = new Uint32Array(32);
This operation is useless and bumps time of this specific for-loop from O(const) to O(N)
If you have size > 32 you can end up setting values out of the boundary of
forbidden = new Uint32Array(32);
This operation is useless and bumps time of this specific for-loop from O(const) to O(N)
Ostrich/branch-and-bound/nqueens/js/nqueens.js
Line 126 in dd06ca4
The text was updated successfully, but these errors were encountered: