Linked list
Learning -> about -> linked -> lists -> .

See what I did up there. 

Pointers -> Linked are great inserting and deleting data. 
               -> But bad for reading data.
               -> Linked list are not wasting memory and are still using more.