First time with linked lists - how do I name objects for insertion
问题 Ok, Dumb question time: Usually with an array I have an object name: object[index] ...and if I have many of them then the index is what distinguishes each object from each other, hopefully, and usually in my case the index has a connection of to the reality of whatever the object is representing so I don't have to go hunting - the third one is the third one... Now I have a job that requires a linked list as kind of queue (part of an LRU cache) - I just hit a question: I'm about to declare the