Problem 926. Unique: Speed Enhancement for uint(8,16,32)
This Speed Performance Challenge is to optimize Unique for processing uint8/uint16/uint32 variables.
Input: A (column vector of uint8/uint16/uint32)
Output: B (column vector A processed by unique "like" function)
Scoring: Cumulative time, in msec, of "unique" processing of three medium size arrays.
Examples: [5;4;3;2;2;1] returns [1;2;3;4;5], and Fast
Hint: Help Unique, Legacy, Options
Solution Stats
Problem Comments
Solution Comments
Show commentsProblem Recent Solvers24
Suggested Problems
-
Find the sum of all the numbers of the input vector
49142 Solvers
-
Select every other element of a vector
32988 Solvers
-
2314 Solvers
-
Project Euler: Problem 1, Multiples of 3 and 5
3169 Solvers
-
Determine the number of odd integers in a vector
731 Solvers
More from this Author308
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!