I want to merge two sorted LinkedList from initialized LinkedList (not made from scratch - see code below). After browsing online, every implementation suggested is for LinkedList made from scratch...