We use cookies to ensure you have the best browsing experience on our website. Please read our cookie policy for more information about how we use cookies.
- Lego Blocks
- Discussions
Lego Blocks
Lego Blocks
Sort by
recency
|
11 Discussions
|
Please Login in order to post a comment
C++. Same as some of the Python solutions but there's some extra care needed to avoid overflow.
Python
genius
if, like me, you wanted to understand this code better, here is a version of this same code, but with comments explaining each step and variable names that are easier to understand.
Hi, Can anybody explain to me please, if height = 2 and width = 8, does the configuration of 2 lego blocks with a width of 4 on every row count as solid or not?
I believe there is a vertical line for that
Java 8, using bigMod from akashmr1096 and modPow from Applied Cryptography by Bruce Schneier.