예제 #1
0
파일: test.py 프로젝트: G-story/algorithm
 def test2(self):
     self.assertEqual(Josephus.get_two_person(40, 3), (11, 26))
예제 #2
0
파일: test.py 프로젝트: G-story/algorithm
 def test1(self):
     self.assertEqual(Josephus.get_two_person(6, 3), (3, 5))