Releases: goodstudyqaq/leetcode-local-tester
Releases · goodstudyqaq/leetcode-local-tester
Fix parse bug
When input type is long long
. It will parse error in cpp.
Fix utils bug
- Fix cpp utils issue that it cannot deal with an empty list.
- Fix the Python utils issue that it converts a type hint with "Optional[]".
Test sample: https://leetcode.com/problems/merge-k-sorted-lists/