Problem 904. Unique: Faster 'rows' for large array of uint8
Solution Stats
Problem Comments
-
1 Comment
If your purpose is to compare the efficiency, I recommend you to use tic/toc or timeit instead of clock/etime. The clock function measures the operating system time which is less reliable as compared to tic/toc measurements.
Problem Recent Solvers13
Suggested Problems
-
Given an unsigned integer x, find the largest y by rearranging the bits in x
1192 Solvers
-
Number of 1s in a binary string
5229 Solvers
-
Return the first and last characters of a character array
5994 Solvers
-
Unique: Faster for options 'rows' and 'stable' for large array of uint8
17 Solvers
-
83 Solvers
More from this Author255
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!