The aim of this assignment is to implement and manipulate the basic operations related to Singly linked list, Doubly linked list and binary search tree data structures.
Assume that file1.txt and file2.txt contain unknown number of strings (text format). Write a Java program that prints out all the strings that are in file1.txt but not in file2.txt in an ascending order. Pseudo algorithm to do this task: