Here is my task: Implement a linked list class that only works with strings. Make in it a string search function.
class LinkedList{ var key: Str