array and list combined
create a double linkedlist
structure is like we have an array of 4. and from each array member we create a list of 3 nodes.
list<int> thelist;
... did create an list :D:..
Last edited on
Topic archived. No new replies allowed.