Name: Honor statement: File Words Unique Words ArrayList Time Iterator Time Indexing Time Prufrock.txt 1084 501 45 ms 28 ms 25 ms IHaveADream.txt 1589 630 EveOfStAgnes.txt 2902 1566 KentuckyDerby.txt 7277 2605 MagnaCarta.txt 17473 2818 Hamlet.txt 32006 7718 1. How do the growth rates for ArrayList and Iterator compare? 2. How do the growth rates for Iterator and Indexing compare? 3. If you were tasked with storing data in a list and you needed to sequentially examine elements in the list, which approach would you take and why?