With the last post, I completed the first part about sorting algorithms. In fact, I did all the sorting algorithms based on comparison (not everyone, just the ones I wanted to do). Those past algorithms were all sorting my making comparisons between the elements of the array. There is, anyway…