# Update bacchon ka index for child in node.children: self.dfs(child) node.index = max(node.index, child.index + 1)
# Example usage chalis = Chalis() node1 = chalis.add_node(1) node2 = chalis.add_node(2) node3 = chalis.add_node(3)
# Update mata ka index if node.parent: node.parent.index = max(node.parent.index, node.index + 1)
# Update bacchon ka index for child in node.children: self.dfs(child) node.index = max(node.index, child.index + 1)
# Example usage chalis = Chalis() node1 = chalis.add_node(1) node2 = chalis.add_node(2) node3 = chalis.add_node(3)
# Update mata ka index if node.parent: node.parent.index = max(node.parent.index, node.index + 1)
앗! 화면폭이 너무 좁아요.
브라우져의 사이즈를 더 늘여주세요~
좁은 화면으로 보실 때는 모바일 기기에서
최적화된 화면으로 쇼핑을 즐기실 수 있어요~