I coded this up to use insertion sort on linked lists. It just doesn't seem like a valid insertion sort. My predictions on swaps and comparisons are off, so I'm just wondering if someone could give this a gander. By the way, the output of the linked list is correct. I'm just concerned with the validness of the algorithm.