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
The default implementation of add for LinearData appends the right hand side of an expression to right hand side of the structure. This does not work well for Queue or Stack.
Additionally, DblLinkedList uses DblNode instead of Node, so it's add method need to be overwritten as well.
The text was updated successfully, but these errors were encountered:
The default implementation of add for
LinearData
appends the right hand side of an expression to right hand side of the structure. This does not work well for Queue or Stack.Additionally,
DblLinkedList
usesDblNode
instead ofNode
, so it's add method need to be overwritten as well.The text was updated successfully, but these errors were encountered: