cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
Beginners
Linked list for Multidimensional array
Linked list for Multidimensional array
Jul 1, 2013 at 4:19pm UTC
ivan1
(34)
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.
Jul 1, 2013 at 4:55pm UTC
MikeyBoy
(5631)
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.