Merge In Between Linked Lists

给两个list和[a,b], 把第一个list的ath到bth的node断开, 把list2接进去. 因为要断开, 所以分成left和right, 然后因为要接进去, 所以还要找到list2的最后一个node, end.