sort

  1. L

    how to remove duplicate data while doing insertion sort?

    I'm basically stump at the moment. Doing a programming assignment. The task is to remove any duplicate data while performing an insertion sort. It's a console application, and uses a class to isolate the array. The sorting code is within the class and was given. Only need to modify it...
Back
Top Bottom