Linked list for Multidimensional array

Hi all,

I have been learning data structures recently, and "linked list" looks kinda overwhelmed to me. I couldn't find an example to figure out how it works. If anyone has a linked list example to implement 2D array storage, it will be all good.

Thanks in advance.
Well, I'd start by understanding how a one-dimensional linked list works first.

There's an article on this very site:

http://www.cplusplus.com/articles/Lw6AC542/
Topic archived. No new replies allowed.