problem
1436. Destination City
solution#1: 使用map;
code
solution#2: 使用set;
参考
1. leetcode_easy_string_1436. Destination City;
完