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
Currently, the singly-linked-list is comprised with nodes containing any type of data. We can improve the typing by making this data structure generic, meaning it can be comprised with node containing any type T data.
The text was updated successfully, but these errors were encountered:
Currently, the
singly-linked-list
is comprised with nodes containingany
type of data. We can improve the typing by making this data structure generic, meaning it can be comprised with node containing any typeT
data.The text was updated successfully, but these errors were encountered: