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
It would be great to have a truly circular linked list, with no ghost. That way, you could iterate infinitely on the elements without worrying about the ghost, you could seek by n without stepping one by one, checking for the ghost, etc.
The text was updated successfully, but these errors were encountered:
It would be great to have a truly circular linked list, with no ghost. That way, you could iterate infinitely on the elements without worrying about the ghost, you could seek by
n
without stepping one by one, checking for the ghost, etc.The text was updated successfully, but these errors were encountered: