aQuaYi / LeetCode-in-Go

Go Solution for LeetCode algorithms problems, 100% coverage.

Repository from Github https://github.comaQuaYi/LeetCode-in-GoRepository from Github https://github.comaQuaYi/LeetCode-in-Go

21. Merge Two Sorted Lists

dpthegrey opened this issue · comments

commented
Line 98: Char 37: cannot use param_1 (type *leetcode.ListNode) as type *ListNode in argument to __helper__ (solution.go)
Line 98: Char 37: cannot use param_2 (type *leetcode.ListNode) as type *ListNode in argument to __helper__ (solution.go)

https://github.com/aQuaYi/LeetCode-in-Go/blob/master/Algorithms/0021.merge-two-sorted-lists/merge-two-sorted-lists.go#L1