Path typedef

Path = List<int>

Implementation

typedef Path = List<int>;