コード例 #1
0
ファイル: test.py プロジェクト: G-story/algorithm
 def test_4(self):
     compressed_img = "xxwwwbxwxwbbbwwxxxwwbbbwwwwbb"
     self.assertEqual(quadtree_to_img(img_to_quadtree(compressed_img)), compressed_img)
コード例 #2
0
ファイル: test.py プロジェクト: G-story/algorithm
 def test_3(self):
     self.assertEqual(quadtree_to_img(img_to_quadtree("xbwxwbbwb")), "xbwxwbbwb")