Jump to content

Common sorted list: Difference between revisions

m
added whitespace.
m (→‎{{header|REXX}}: added a REXX stub.)
m (added whitespace.)
Line 2:
Given an integer array '''nums''', the goal is create common sorted list with unique elements.
 
 
For example:
;Example:
<br> '''nums''' = [5,1,3,8,9,4,8,7], [3,5,9,8,4], [1,3,7,9]
<br> '''output''' = [1,3,4,5,7,8,9]
<br><br>
 
=={{header|REXX}}==
Cookies help us deliver our services. By using our services, you agree to our use of cookies.