Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
A = [98 56 78 34 100 88 87] ;
Grades_correct = [98 56 34 100 88 87];
assert(isequal(your_fcn_name(A),Grades_correct))
A =
98 56 34 100 88 87
|
8399 Solvers
Find the longest sequence of 1's in a binary sequence.
2439 Solvers
Given an unsigned integer x, find the largest y by rearranging the bits in x
524 Solvers
156 Solvers
204 Solvers