[코드트리][Python] 외판원 순회

·
코드트리
https://www.codetree.ai/trails/complete/curated-cards/challenge-traveling-salesman-problem/description Code Tree | Learning to Code with ConfidenceA super-comprehensive, meticulously arranged Coding Learning Curriculum engineered by Algorithm Experts composed of former International Olympiad in Informatics (IOI) medalists.www.codetree.ai 코드import sysdef find_route(cur_node, cur_num): global a..