Compare a list of strings: Difference between revisions

Content added Content deleted
Line 1,323: Line 1,323:


Input array elements: aaa aab aba baa
Input array elements: aaa aab aba baa
List elments not lexically equal.
List elements not lexically equal.
List elements are in ascending order.
List elements are in ascending order.
List elements sorted in ascending order: aaa aab aba baa
List elements sorted in ascending order: aaa aab aba baa


Input array elements: caa aab aca abc
Input array elements: caa aab aca abc
List elments not lexically equal.
List elements not lexically equal.
List elments not in ascending order.
List elements not in ascending order.
List elements sorted in ascending order: aab abc aca caa
List elements sorted in ascending order: aab abc aca caa
</pre>
</pre>