Skip to content

Fix utils bug

Compare
Choose a tag to compare
@goodstudyqaq goodstudyqaq released this 22 Aug 09:33
· 3 commits to main since this release
  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/