Skip to content

Releases: goodstudyqaq/leetcode-local-tester

Fix parse bug

27 Aug 15:26
Compare
Choose a tag to compare

When input type is long long. It will parse error in cpp.

Fix utils bug

22 Aug 09:33
Compare
Choose a tag to compare
  1. Fix cpp utils issue that it cannot deal with an empty list.
  2. Fix the Python utils issue that it converts a type hint with "Optional[]".

Test sample: https://leetcode.com/problems/merge-k-sorted-lists/