Description:
Now if user run all algorithms at once with corresponding menu option, the ArrayList will be refilled with random elements before each algorithm starts.
Expected behavior:
ArrayList should be filled once and then each algorithm should operate with it's copy.