logo
logo
Sign in

What is cpp list?

avatar
nishadnetha
What is cpp list?

 

Inserting and removing nodes is a simple process that can be done by adding or deleting the desired node and manipulating the pointers of the node before and after it. This is why cpp list are much efficient data containers than deques or vectors in STL.

Inserting and removing nodes is a simple process that can be done by adding or deleting the desired node and manipulating the pointers of the node before and after it. This is why C++ lists are much efficient data containers than deques or vectors in STL. 

Visit: https://pradtutorials.com/cpp-list/

collect
0
avatar
nishadnetha
guide
Zupyak is the world’s largest content marketing community, with over 400 000 members and 3 million articles. Explore and get your content discovered.
Read more