예제 #1
0
파일: test.py 프로젝트: G-story/algorithm
 def test2(self):
     self.assertEqual(lis([3, 2, 1, 7, 5, 4, 2, 6]), [3, 5, 6])
예제 #2
0
파일: test.py 프로젝트: G-story/algorithm
 def test1(self):
     self.assertEqual(lis([1, 2, 3]), [1, 2, 3])