Comment on How to Make a Computer Operating System in C/C++parentComments−Peaker12yRemoving from any location is O(1), as is adding to any location you have a link to.With a real linked list at least, not with std::list.
Comments
Removing from any location is O(1), as is adding to any location you have a link to.
With a real linked list at least, not with std::list.