Give this one a try later!
v1.push_back(10);
List is a ____ container
, Give this one a try later!
sequence
what is a tree
Give this one a try later!
a tree is either empty or it has a node called the followed by zero or my
trees called subtrees
True of false. Lists have direct access?
Give this one a try later!
false
Compare vectors and a list.
Give this one a try later!
List are store, linked, allow fast insertions and deletions, but slower access
how to get mac number of nodes with height
Give this one a try later!