Insertion Sort - Part 1

  • + 1 comment

    Could you explain this:

    for(i = 0; i < elements.length; i++){
        input[i] = +input[i];
    }