예제 #1
0
        public void llist2_Min_Index_error()
        {
            LList2 ll = new LList2(new int[] { 0, 2, 9, 5, 6, 7 });

            Assert.AreEqual(0, ll.MinIndex());
        }