singly linked list in the C++ standard library or other widely-used libraries?
- by powerboy
Seems that there is only doubly linked list (but no singly linked list) in the C++ standard library, right? Is there any widely-used C++ libraries with singly linked list?