Insertion Sort - Part 2

  • + 1 comment

    is there any need to use "value"..? Can't we simply write array[j-1]>array[i] ..?