TreeMap <String, HashSet<String>> linksTo
Which for every URL visited it gives us the set of links in the corresponding page. Save the TreeMap linksTo in a file.
Write another program which prints the contents of the TreeMap stored in the file.
s.danicic@gold.ac.uk