Replies: 1 comment
-
No longer worth the effort. This has been deprioritized there doesn't appear to be any interest in this. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
For some questions they have a relationship between the question and solution such that once given a solution it's very easy to verify if it's correct but more challenging to find one. I'm thinking that it might be good to allow the program to draw from a bank of these custom solutions and use them instead of the default single solutions that are given by leetcode. For example https://leetcode.com/problems/find-a-peak-element-ii , in this problem once given a solution it's trivial to verify if it's correct so I think this would be a good candidate.
Ideas on implementation:
Maybe have a repo for the solutions with some deterministic name for the solutions so that it's easy to check if it exists and if it does it's easy to just get it and copy into the testing part of the framework code generated.
Beta Was this translation helpful? Give feedback.
All reactions