Project compared the efficiency of the AVL and BST algorithms to insert and search through data. See the report for more details.
To run the program, to return the number of insert ad search operations, in the terminal:
java <Algorithm> <Area_DataSetLength_InputFile>
where: Algorithm is "LSBSTApp" or "LSAVLApp" and Area_DataSetLength_InputFile can be something like "4_22_04". More examples are contained in AvsVsBstReport.pdf