332. Reconstruct Itinerary(C++实现)

Given a list of airline tickets represented by pairs of departure and arrival airports [from, to], reconstruct the itinerary in order. All of the tickets belong to a man who departs from JFK. Thus, the itinerary must begin with JFK.

你可能感兴趣的:(leetcode,C/C++,leetcode,C++)