New test infrastructure for Linked List/ Graph problems in Leetcode #167
Labels
infrastructure
Code infrastucture should be reusued in the future implementation (e.g., better test case org)
Milestone
Leetcode now adopts a new way to represent linked list and graph input. For example, in LC138, the input looks like:
Now, we need to have infrastructure support for creating linked list and graph based on the new input format.
This issue is critical as now linked list and graph problem cannot be properly tested locally.
The text was updated successfully, but these errors were encountered: