0
Can we create a nested linked list
2 Answers
+ 4
You can create pretty much everything you can imagine with C++. I don't know for sure what you mean by nested linked list as your post is where I heard that term for the first time.
However, I'm betting you want one list's elements to each contain their own list. Something I've done, but not with any of the libraries provided with the language.
0
Yes mr. Wells i mean the same