Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New test infrastructure for Linked List/ Graph problems in Leetcode #167

Open
xxks-kkk opened this issue Oct 28, 2019 · 0 comments
Open
Labels
infrastructure Code infrastucture should be reusued in the future implementation (e.g., better test case org)
Milestone

Comments

@xxks-kkk
Copy link
Owner

Leetcode now adopts a new way to represent linked list and graph input. For example, in LC138, the input looks like:

Input:
{"$id":"1","next":{"$id":"2","next":null,"random":{"$ref":"2"},"val":2},"random":{"$ref":"2"},"val":1}

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.

@xxks-kkk xxks-kkk added the infrastructure Code infrastucture should be reusued in the future implementation (e.g., better test case org) label Oct 28, 2019
@xxks-kkk xxks-kkk added this to the 1.0 milestone Oct 28, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
infrastructure Code infrastucture should be reusued in the future implementation (e.g., better test case org)
Projects
None yet
Development

No branches or pull requests

1 participant