I'm trying to make a selection sort algorithm, just to train algorithms myself, to my see my logic is right about sorting, but it's returning me an error I do not understand. >
Code:
import java.util.Scanner;
import java.util.Arrays;
publ...
asked by
27.12.2018 / 18:21