func reverseBetween( head *ListNode , m int , n int ) *ListNode { if m == n { return head &nbs...