Problem 34. Binary numbers
Solution Stats
Problem Comments
-
10 Comments
matlab functions should not be allowed. Let people think of the solution from scratch.
I actually use a function to do this in my project, but my original code scored 47.
I had all the test cases working properly except for n=10!
This is very weird!!
what's meaning?
when n = 3;
A = binary_numbers(n);
assert(all(A(:) == 0 | A(:) == 1))
fun!
Very fun problem!
More difficult than I expected!
There was a guy who solved this problem with around 11k code size. Absolute madlad.
Fun exercise!
difficult that I intended it to be.
Solution Comments
Show commentsProblem Recent Solvers3836
Suggested Problems
-
Replace NaNs with the number that appears to its left in the row.
2735 Solvers
-
1328 Solvers
-
333 Solvers
-
3937 Solvers
-
Find the max element of the array
987 Solvers
More from this Author96
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!