public void llist1_Min_Index_error()
 {
     LList1 ll = new LList1(new int[] { 0, 2, 9, 5, 6, 7 });
     Assert.AreEqual(0, ll.MinIndex());
 }