Compare a list of strings: Difference between revisions

Content added Content deleted
Line 1,323:
 
Input array elements: aaa aab aba baa
List elmentselements not lexically equal.
List elements are in ascending order.
List elements sorted in ascending order: aaa aab aba baa
 
Input array elements: caa aab aca abc
List elmentselements not lexically equal.
List elmentselements not in ascending order.
List elements sorted in ascending order: aab abc aca caa
</pre>