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/
Test sample: https://leetcode.com/problems/merge-k-sorted-lists/