Doubly Linked Lists (Java)
Budget: $30 – $250 USD
Implement a Sorted Doubly Linked List by making the program “generic” using JAVA generics. You will use three input files: int-input.txt, double-input.txt, and string-input.txt to create three different types of lists. The user will provide the list data type, and then you will create the appropriate list in your main using the generics concept in JAVA. You should make your doubly linked list class and NodeType class generics as discussed in the class.