Problem 2768. Union of two set decreasing order
Union of two set decreasing order
Say, x=[1 2 5]
and y=[5 7 8]
then answer must be [8 7 5 2 1]
Solution Stats
Problem Comments
Solution Comments
Show commentsProblem Recent Solvers124
Suggested Problems
-
3379 Solvers
-
Given an unsigned integer x, find the largest y by rearranging the bits in x
1858 Solvers
-
Test if two numbers have the same digits
246 Solvers
-
550 Solvers
-
439 Solvers
More from this Author70
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!