Sort a linked list using insertion sort. 插入排序,首先使用两个标签head, tail,每次读入一个数据后插入到head和tail之间。 {优快云:CODE:456700}