Create a program that does runtime performance analysis of ArrayLists, TreeSets and HashSets.
Add 100,000 random random integers ( 0 - 1,000,000 )
Attempt to remove 10,000 random integers ( 0 - 1,000,000 )
Search for 10,000 random integers ( 0 - 1,000,000 )
Display the name of the data structure along with it's add, remove and search times.