I have been working on a project using linked list for the past week am I close to finishing but I am trying to tie up some lose ends. We had to create a linked list based of a long file of movies. I am able to build the list but the way the project works is the user inputs a string and I have to take that string to find a title in the linked list of movies that matches. This is how I attemp to do it: