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
In section 17, session 10:
- insertLast() crashed if the list was empty
- getAt() kept going after finding the requested node
- removeAt() crashed if the argument equaled the number of nodes
- printListData() added a trailing space separator
0 commit comments