Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Sorting of an array of integers

You should implement the Task.sort() method which takes the: int[] list argument and sort it in ascending order.

Pay attention: the method should sort the input array but now return the new one.