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 Chapter 6 there is an interlude referring to the problem of adding to the tail of a list.
To work around it the solution presented is to add to that tail and reverse afterwards.
I think a better solution would be to use the ++ operator ti add to the tail.
Solution to étude 6-3:
In Chapter 6 there is an interlude referring to the problem of adding to the tail of a list.
To work around it the solution presented is to add to that tail and reverse afterwards.
I think a better solution would be to use the
++
operator ti add to the tail.Solution to étude 6-3:
The text was updated successfully, but these errors were encountered: