You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
right now the cordyceps::List type only has queue-like push_front and pop_back methods. as a doubly-linked list, it stands to reason that we could also add pop_front and push_back, allowing it to be used as a double-ended queue or stack.
The text was updated successfully, but these errors were encountered:
right now the
cordyceps::List
type only has queue-likepush_front
andpop_back
methods. as a doubly-linked list, it stands to reason that we could also addpop_front
andpush_back
, allowing it to be used as a double-ended queue or stack.The text was updated successfully, but these errors were encountered: