Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Document time of back operations of a Linked List #56672

Merged
merged 1 commit into from
Dec 16, 2018
Merged

Document time of back operations of a Linked List #56672

merged 1 commit into from
Dec 16, 2018

Commits on Dec 10, 2018

  1. Document time of back operations of a Linked List

    Popping and pushing from the end of a linked list is constant time. This
    documentation is already there for popping and pushing from the front.
    
    @bors: r+ 38fe8d2 rollup
    Chris Couzens committed Dec 10, 2018
    Configuration menu
    Copy the full SHA
    562f33b View commit details
    Browse the repository at this point in the history