This Java program represents Twitter as a graph and is able to perform operations (such as Breadth-First Search, Depth-First Search, check for equivalence relation, and search for tweet). I also ...
##Setup 1. Download (and unzip) repository. 2. Locate directory of repo and open a terminal in that working directory. 3. Run command line "javac [file name]" ##LinkedList_Tester Version 1.0 Accepts ...