I have a decision to make. I want to write a list of names and directions. Its very small list and i dont want to access it outside of the class.
I have 2 options to store the elements dynamically: 1. A nested linkedlist 2. An small class whith two members, and add this element to a single Linkedlist.
Which one is the right approach?
Thanks a lot, David.