Merge Two Linked Lists in Swift

Hello everyone, Leo here. This is the swift algorithm series and today we’ll explore a very common linked list problem Merge two sorted linked lists in Swift. Not very often when you are dealing with linked lists do you have to deal with pointers. One example is when you have to find if a linked list […]