Problem 782. Some Assembly Required
Solution Stats
Problem Comments
-
6 Comments
The 16 in test case 4 should be a 6.
It's changed now. Good catch.
FYI: at this moment all solutions below score 150 are hard-coded ones
I've added some randomness to the test suite questions to stop the look-up tables from working properly. Thanks for the heads up on that. As you may have noticed, it's been a while since I submitted this problem!
Solutions aren't unique: f([1;2;3]) = {[1,2,3],[1,3,2],[2,1,3]}
Nice problem!
Solution Comments
-
1 Comment
It's quite challenging!
-
1 Comment
combvec is no longer usable in Cody? No more Neural Network toolbox, I guess.
Problem Recent Solvers82
Suggested Problems
-
Find all elements less than 0 or greater than 10 and replace them with NaN
14663 Solvers
-
Return a list sorted by number of occurrences
2136 Solvers
-
4252 Solvers
-
Getting the indices from a vector
7125 Solvers
-
Golomb's self-describing sequence (based on Euler 341)
140 Solvers
More from this Author80
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!