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

the app fails to parse challenge information [leetcode-2215] #1

Closed
async3619 opened this issue Aug 5, 2023 · 1 comment · Fixed by #2
Closed

the app fails to parse challenge information [leetcode-2215] #1

async3619 opened this issue Aug 5, 2023 · 1 comment · Fixed by #2
Labels
bug Something isn't working released

Comments

@async3619
Copy link
Owner

found a bug that app crashes when app to try parse challenge information of leetcode.

Input: nums1 = [1,2,3], nums2 = [2,4,6]
Output: [[1,3],[4,6]]

when app trying to parse input value of this problem, It could not specify where should they split the input values properly if there is arrays more than one array.

I think this is just because an accurate regular expression for parsing the input was not provided.

@async3619
Copy link
Owner Author

🎉 This issue has been resolved in version 1.5.1 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working released
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant