Skip to content

Instantly share code, notes, and snippets.

@koi8-r
Created April 2, 2019 11:08
Show Gist options
  • Save koi8-r/353cc9359e6b5187276067dd9b9118de to your computer and use it in GitHub Desktop.
Save koi8-r/353cc9359e6b5187276067dd9b9118de to your computer and use it in GitHub Desktop.
  • collections.deque:
    • double linked list
    • bad with random insert
  • list:
    • bad with pop, push to top
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment